> 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to