making a Windows NT service out of a python program

Bill Tutt billtut at microsoft.com
Tue Jul 13 07:11:18 EDT 1999


Take a look at the stuff in win32\demos\service\ of your friendly latest
Win32 extension install tree.

It shows you how to wrap Python code into an NT service quite easily.

The code in win32\lib\win32serivceutil.py appears to do almost everything
you would ever want to do with a service. Very cool stuff...

No, I didn't write it, it's all Mark's fault... :)

Bill




More information about the Python-list mailing list