Jump to content

Picard

Members
  • Posts

    1
  • Joined

  • Last visited

Picard's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. 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 !
×
×
  • Create New...