[python-win32] Service not seen in Services list on XP?
Craig H. Anderson
craig at coot.net
Tue Nov 30 16:52:33 CET 2004
I am working on a windows service with info from Chapter 18
of Mark Hammond's book, Python Programming on Win32.
The OS is Windows XP Pro.
I can register and start the service by running the script
with command line arguments install and start respectively.
The event viewer shows the logs properly.
I do not see PythonService or my service in the Services panel.
I want the service to be auto started and start/stop available
from the services panel.
What is going on?
More information about the Python-win32
mailing list