How to build a Windows service using win32?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Mar 7 05:51:07 EST 2007


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

> I'm trying to write a Win32 service. The following is straight from  
> Python
> Programming on Win32 and it doesn't work. Is that book out of date; is
> there a new way to do services? I searched Google for hours trying to  
> find
> any other method, and have been beating on this one for 5 more hours.

Have you installed the pywin32 package from  
https://sourceforge.net/projects/pywin32/ ?
The code skeleton looks OK to me.

-- 
Gabriel Genellina




More information about the Python-list mailing list