Habe ein ActiveX Komponente und habs mit makepy.py von win32 also so:
makepy.py Name ActiveX
soweit so gut, hab dann mit
import win32com.client
d=win32com.client.Dispatch("{CF28828-0499494-9494994-000BC}")
und ich bekomme leider diese Meldung:
oobj = pythoncom.new(self.CLSID)
pywintypes.com_error: (-2147221164, 'Class not registered', None, None)
zurück
