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 wrote: > 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 exam

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" :)

[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

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 runn

Re: [python-win32] Windows service problem

2007-06-12 Thread Mark Hammond
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dalton, Tom Sent: Tuesday, 12 June 2007 10:28 PM To: python-win32@python.org Subject: [python-win32] Windows service problem Hi, I'm using pywin32 on WinXP embedded to run a server service (using Win32serviceutil.py). The serv

[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 log