am getting error "com_error: (-2147467262, 'No such interface supported', None, None)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EricBD
    New Member
    • Jul 2010
    • 1

    am getting error "com_error: (-2147467262, 'No such interface supported', None, None)

    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
    Code:
    import win32com.client
    from win32com.client import Dispatch
    ICOMObj = Dispatch("BeepServer.BeepObj.1")
    Attached Files
Working...