[python-win32] windows service problem and twisted

2011-10-14 Thread John Aherne
I did post this to the twisted list but as I said in the original post, I think it is more a windows type issue than twisted. What I am trying to work out is should I import twisted.reactor etc inside the thread start in SvcDoRUn or import it globally as one of the examples does. And then should

Re: [python-win32] windows service problem and twisted

2011-10-14 Thread Mark Hammond
On 14/10/2011 7:47 PM, John Aherne wrote: ... What I am trying to work out is should I import twisted.reactor etc inside the thread start in SvcDoRUn or import it globally as one of the examples does. Dunno - does the example work? If it does, then yes but if it doesn't, then maybe not :)

Re: [python-win32] windows service problem and twisted

2011-10-14 Thread John Aherne
On Fri, Oct 14, 2011 at 12:51 PM, Mark Hammond skippy.hamm...@gmail.comwrote: On 14/10/2011 7:47 PM, John Aherne wrote: ... What I am trying to work out is should I import twisted.reactor etc inside the thread start in SvcDoRUn or import it globally as one of the examples does. Dunno -

[python-win32] Windows service problem

2007-06-12 Thread Dalton, Tom
Hi, I'm using pywin32 on WinXP embedded to run a server service (using Win32serviceutil.py). The service is installed correctly and set up to run automatically on startup, which it does. The machine boots to the logon screen and the service can be verified to be running correctly. If I now

Re: [python-win32] Windows service problem

2007-06-12 Thread Larry Bates
Dalton, Tom wrote: Hi, I'm using pywin32 on WinXP embedded to run a server service (using Win32serviceutil.py). The service is installed correctly and set up to run automatically on startup, which it does. The machine boots to the logon screen and the service can be verified to be running