Python 3.5 amd64 and win32service

eryk sun eryksun at gmail.com
Wed Oct 5 02:31:56 EDT 2016


On Wed, Oct 5, 2016 at 6:18 AM, Nagy László Zsolt <gandalf at shopzeus.com> wrote:
> But again, that is not related to the question. Why does it not work?
> What is missing?

If you mean why running the service doesn't work, it should once you
run the post-install script that copies pywintypes35.dll to the
Windows System32 directory. This DLL is required by PythonService.exe.
It fails to start without it. After running the post-install script,
run `where pywintypes35.dll` to verify that it was copied correctly.



More information about the Python-list mailing list