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: [email protected] > > Subject: [python-win32] Event log exception re

Re: [python-win32] C# Vs Python

2007-04-04 Thread Chris Mellon
On 4/4/07, Michael Foord <[EMAIL PROTECTED]> wrote: > Trent Nelson wrote: > >> Where CPython beats IronPython is cross-platform capabilities. > >> > > > > IronPython can use standard CPython modules though, right? I've dropped > > my ipy.exe in C:\Python25 and it doesn't seem to have a problem wit

[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