[python-win32] How can I run a win service without python2.0
installation magic?
Rogelio Flores
rogelio.flores at gmail.com
Tue Oct 12 17:24:06 CEST 2004
All I want to do is able to run a python windows service using the
win32all build 144 (I have to use python2.0), without using the
python2.0 and win32 installers and their setup to be able to
distribute my app. I can live with manually changing the system PATH
or other environment variables but so far I haven't been successful.
I know my service works but only with installed versions of
python/win32extensions using their installer. If I start with a clean
computer (no python installations) I can register PythonService.exe
but my service fails to start unless I run with the debug flag.
These are the two error messages that the Event Log registers, but
they don't help me at all:
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7000
Date: 10/12/2004
Time: 11:11:15 AM
User: N/A
Computer: *****
Description:
The DEXcenter Session Manager service failed to start due to the
following error:
The service did not respond to the start or control request in a
timely fashion.
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7009
Date: 10/12/2004
Time: 11:11:15 AM
User: N/A
Computer: *******
Description:
Timeout (30000 milliseconds) waiting for the DEXcenter Session Manager
service to connect.
Any help will be appreciated,
RF
More information about the Python-win32
mailing list