[python-win32] COM question - objects available from VB not available to Python COM

2005-05-20 Thread Iain Reid
Probably an old chestnut this but, after several days of unsuccesful google'ing, I thought I'd join the list and seek wise counsel. I have a piece of medical software that exposes its API via COM. In VB (or C#) I can access a wider range of objects than in Python and I'm not clear why. Reading to

Re: [python-win32] COM server with events and multiple threads

2005-05-20 Thread David Janssens
I tried to run the python COM server from a VB6 ActiveX EXE where I checked the option "Thread per Object" in the project properties window. This way, the python COM server component is created in a different thread. But I still get the error "Class does not support Automation or does not suppor