[python-win32] Why does a python COM server return different data to VBA and Python clients?

2012-04-09 Thread jeffwelch
My apologies to the list about my earlier question that was in html. My webmail is supposed to default to plain text but clearly did not. I am trying to write a Python server that will be used by a C++ client. It has taken me quite a while longer than I expected. I have been through the archives

[python-win32] comtypes.server.register is case sensitive to filenames, see registry PythonClass.

2012-04-19 Thread jeffwelch
I was having intermittent problems creating a Python COM object that I am using as a test/learning exercise. What I finally noticed was that when I was command line registering the object I was not consistent in typing the name of the python file. Executing the DOS command line: python Tes