Hello everyone, I'm new here and experiencing the same problem as Ryushi, using Python to call COM automating AutoIt
But even with these parameters,
from win32com.client import Dispatch
Auto = Dispatch("AutoItX3.Control")
def autoTest():
print Auto.MsgBox( 0, "title", "text" )
I got that error
line 516, in __getattr__
raise AttributeError("%s.%s" % (self._username_, attr))
AttributeError: AutoItX3.Control.MsgBox
Maybe i didn't understood something clearly,
Thank you for your help !