I created an ActiveX component using VC++ 6.0 MFC.
Now I need to import this Active X component in my python script. On importing am getting the error "com_error: (-2147467262, 'No such interface supported', None, None)". How to rectify this problem?
Below is the python script
Now I need to import this Active X component in my python script. On importing am getting the error "com_error: (-2147467262, 'No such interface supported', None, None)". How to rectify this problem?
Below is the python script
Code:
import win32com.client
from win32com.client import Dispatch
ICOMObj = Dispatch("BeepServer.BeepObj.1")