Re: Windows service in production?

2015-03-20 Thread Raymond Cote
Years and years ago we found a module called ntsvc which allows us to run as a Service on Windows. We’ve been using it since well before 2011 to build 32-bit services on Windows with py2exe. If you contact me directly, I’ll dig it out of our source tree and post it on a shared location. Alterna

Fix for no module named _sysconfigdata while compiling

2015-02-26 Thread Raymond Cote
Thought I might help someone else address a problem I ran into this afternoon. While compiling Python 2.7.9 on CentOS 6, I received the error: no module named _sysconfigdata Googling found a number of other people having this problem — but the other issues were all after the Python was installed

Re: supervisor 3.0a6 and Python2.6

2009-03-19 Thread Raymond Cote
George Trojan wrote: 1. Is supervisor still developed? I note that, although the information on the site is pretty old, there have been some respository checkins in Feb and March of this year: -r -- http://mail.python.org/mailman/

Re: please solve

2008-10-12 Thread Raymond Cote
shweta mani wrote: hi folks, i have been assigned a project on Python. i need to execute a remote shell script file from a windows machine through SSH twisted or paramiko. if it is a normal file then directly with the command sh .sh it is getting executed. self.conn.sendRequest(self, 'exec', com