[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

Re: [python-win32] Problem passing a VARIANT argument to a method of aCOM object

2006-02-04 Thread Mark Hammond
I am struggling with a problem related to passing a VARIANT argument to a COM object. I am getting this exception: TypeError: The VARIANT type is unknown (001e) Hmmm - I guess that is a bug in pywin32 - that variant type *is* valid in a TYPEDESC, so pywin32 probably should convert that