[python-win32] Service stuck in starting state

2018-04-12 Thread John Aherne
Have you looked in the event log to see if there are any messages to tell you what might have happened. Regards -- *John Aherne* *www.rocs.co.uk <http://www.rocs.co.uk>* 020 7223 7567 ___ python-win32 mailing list python-win32@python.org

[python-win32] windows service problem and twisted

2011-10-14 Thread John Aherne
without fully understanding it at the moment. If anyone can throw some light on what to do I shall be very grateful. It could be that I should post this question to python-windows mailing list since it seems to me more pertinent to windows than twisted. Thanks for any info. John Aherne Here is 1st

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