{SPAM} start a python application as a win NT service

elbertlev at hotmail.com elbertlev at hotmail.com
Mon Mar 14 10:59:00 EST 2005


> I'm using windows 2003 small business server and I want to install my
python programm as a NT (it's just an old name) service. Does anybody
know how to do this?

1. you need win32 extensions installed;
2. you need py2exe (optional if you want to install the service on the
machine with no Python)
3. an example can be found in
\Python23\Lib\site-packages\win32\Demos\service

Good luck




More information about the Python-list mailing list