[python-win32] Running Python HTTPServer as Windows Service
Luke Stedman
luke.stedman at gmail.com
Mon Jun 30 10:39:35 CEST 2008
Hey guys,
I am in the process of trying to setup a Python HTTPServer as a Windows Service.
I have a set of scripts that run the web server and a wrapper batch
file, they both work fine when I run them manually.
I used the process outlined at
http://agiletesting.blogspot.com/2005/09/running-python-script-as-windows.html
to setup a Service and added the correct values to the registry.
When I start the service it appears to work but the web server isn't running.
Can anyone offer any further information/advice?
Many thanks
Luke Stedman
More information about the python-win32
mailing list