Re: [python-win32] PythonService.exe and Windows Server 2003

2006-02-06 Thread Mark Hammond
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

[python-win32] PythonService.exe and Windows Server 2003

2006-02-04 Thread mark mclarnon
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