vb dll

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Luca

    #1

    vb dll

    Hello at all.
    I have to use a vb dll called ndxComm.dll

    I have do this but i get the following error:

    from win32com import client
    from win32com.client import Dispatch

    avatar = Dispatch("NdxCo mm")
    avatar.Reset(1, 20, True)

    pywintypes.com_ error:(-2147221005, "stringa dell'interfacci a non
    valida.", None, None)
    frame4.py:avata r = Dispatch(NdxCom m")
    _init_.py:dispa tch, userName =
    dynamic._GetGoo dDispatchAndUse rName(dispatch, userName,clsctx )
    dynamic.py : return(_GetGood Dispatch(IDispa tch, clsctx), userName)
    dynamic.py: IDspatch = pythoncom.CoCre ateInstance(IDs patch, None,
    clsctx,pythonco m.IID_IDispatch )

    Can you help me to make it in the right way.

    Thanks for your help

    Regars

  • Luca

    #2
    Re: vb dll

    I have solve

    Thanks

    Comment

    • utabintarbo

      #3
      Re: vb dll

      How?

      Comment

      Working...