Re: Make an exe file as a Windows Service
py2exe has an option to create a MS Windows service (see http://www.py2exe.org) from a Python script -- http://mail.python.org/mailman/listinfo/python-list
Make an exe file as a Windows Service
Hi to all, How can I install an exe file as a service through Python? Thanks -- http://mail.python.org/mailman/listinfo/python-list