Python PostingsOn my explorations of pythonPyDS as a Windows Service- May 10, 2004 I now have my PyDS desktop server running as a Windows service, thanks to these clues. This is much more convenient and 'cleaner' than the previous mechanism of starting up the server from a cmd-shell. The best impact is that I no longer run into localhost-not-localhost because I forgot to start up PyDS. This solution leverages the ZService.py script from the Zope distribution. Nice little gem to keep in mind for running some python as a Windows service.http://www.executableabstractions.com/weblog/Python/2004/05/10.html#P64 |