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
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