Re: [python-win32] Event log exception reporting with services

2007-04-05 Thread Chris Mellon
n rights? > > Mark > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of Chris Mellon > > Sent: Thursday, 5 April 2007 1:47 AM > > To: python-win32@python.org > > Subject: [python-win32] Event log exception re

Re: [python-win32] Event log exception reporting with services

2007-04-04 Thread Mark Hammond
rom: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Chris Mellon > Sent: Thursday, 5 April 2007 1:47 AM > To: python-win32@python.org > Subject: [python-win32] Event log exception reporting with services > > > The servicemanager implementation writes an entry into the windo

[python-win32] Event log exception reporting with services

2007-04-04 Thread Chris Mellon
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 a