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