How to build a Windows service using win32?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Mar 7 12:34:14 EST 2007


En Wed, 07 Mar 2007 13:45:44 -0300, Gregor Mosheh <gregor at hostgis.com>  
escribió:

> Now, I did stumble upon the solution to this one this morning, after a
> fresh night of sleep: I re-ran "python tester.py install" I got a message
> that the service had been updated, and now it runs! Hooray!
>
> Any insight into why that would be the case? Does pythonservice.exe keep  
> a
> cached copy or some such, so I'll have to re-install the service after
> code changes?

I don't think so. After code changes, stopping and restarting the service  
should be enough.
Maybe you had registered another source file, maybe on another directory,  
using the same service name?

-- 
Gabriel Genellina




More information about the Python-list mailing list