> 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 be started.  The SCN then
causes the executable to be loaded as part of running the service.

Did you check the Windows event log?  Errors encountered by the service
framework will be dumped there.

Cheers,

Mark

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to