Do you
have the complete traceback? This is from an event-log message, so if this
is a call you are making, it may be that something is wrong with the params (eg,
the inserts). This will not fail in "debug" mode as debug mode makes no
attempt to actually write such entries to the log - it
Mark:I appreciate the resposne, I have the exact text of the error message in case this helps anyone else out in the future:pywintypes.error:(1783,'RegisterEventSource/ReportEvent','The stub recieved bad data')
MarkOn 2/5/06, Mark Hammond <[EMAIL PROTECTED]> wrote:
> From: [EMAIL PROTECTED][mailto:
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of mark mclarnon
> I didnt record the error code that was associated with the message but was
> wondering, has anyone had problems with PythonService.exe and Windows 2003
> Server?
I'm afraid I haven't heard anything similar - but I have
I have a class which was configured to start as a service (using an external PY file) under Windows 2000 Server. It started/stopped just fine on Win2k but when trying to start it on Windows 2003 Server I get an error that reports a message like "the stub recieved bad data".
I can start this class