Python as Windows Service

Zachary Ware zachary.ware+pylist at gmail.com
Thu Sep 25 10:53:21 EDT 2014


On Thu, Sep 25, 2014 at 9:33 AM, Nagy László Zsolt <gandalf at shopzeus.com> wrote:
> By the way, do we have support for creating a Windows Service for Python 3
> already? I know it was not working about 6 months ago. Does pywin32
> (PythonService.exe ?) still lack this feautue?

I can confirm that a Windows service can be created using the latest
py2exe (which supports Python 3.3+) with Python 3.4 and pywin32 build
219.  I assume that pythonservice.exe would also work, but I haven't
tried it on its own.

-- 
Zach



More information about the Python-list mailing list