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