[python-win32] Event log exception reporting with services

Chris Mellon arkanes at gmail.com
Wed Apr 4 17:46:56 CEST 2007


The servicemanager implementation writes an entry into the windows
error log when an exception causes a service to drop out of DoRun.
This works great with Python2.4, but with Python 2.5 I don't get the
error messages. I'm using the prebuilt installers from the SF site,
version 210 for both. This affects both py2exed executables and when
running via PythonService.exe.

I'm pretty lost on what the problem might be, does anyone have any suggestions?


More information about the Python-win32 mailing list