Re: Make an exe file as a Windows Service

2005-11-09 Thread [EMAIL PROTECTED]
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

2005-11-09 Thread Daniel Crespo
Hi to all, How can I install an exe file as a service through Python? Thanks -- http://mail.python.org/mailman/listinfo/python-list