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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to