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