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

2005-03-15 Thread Frank Millman
Gijs Korremans wrote: > Hi, > > 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? > > > Kind regards, > > > Gijs Korremans > R&D Department > > Global Supply Chain Services (pty) Ltd. > P

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

2005-03-14 Thread elbertlev
> 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)

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

2005-03-14 Thread lbolognini
Hi there, these guys did it: http://www.cherrypy.org/wiki/WindowsService not sure if it can help. Lorenzo -- http://mail.python.org/mailman/listinfo/python-list