[python-win32] win32service problems

2008-04-10 Thread franck34
Hi the list, I'm on a problem since 2 days now and i don't know where to continu to investigate ... notice i've started python 2 month ago and honestly, i don't know if my problem is pywin32, or py2exe, or pyInstaller (same behavior) or simply my code. The problem is that i don't have any luck

Re: [python-win32] win32service problems

2008-04-10 Thread Mark Hammond
pyInstaller 1.3 with python 2.4 : in the python win32traceutil window, you can see that when you start the service using myService.exe start, myService.exe is launched twice ! That's normal - the first time it is loaded it simply connects to the Service Control Manager and request the service