jacexh / pyautoit

Python binding for AutoItX3.dll
MIT License
269 stars 74 forks source link

Cannot install #1

Closed Aareon closed 9 years ago

Aareon commented 9 years ago

from autoit import AUTO_IT

Cannot import name AUTO_IT

jacexh commented 9 years ago

just use import autoit

Aareon commented 9 years ago

Sorry, this is during setup. Should've specified.

jacexh commented 9 years ago

You should give me more details. eg: system environment

Aareon commented 9 years ago

Windows 7 - 64bit. Python 3.4.

jacexh commented 9 years ago

Sorry, the package does not support python 3 yet. You can try PyAutoIt with python 2.7

jacexh commented 9 years ago

Now PyAutoIt supports Python 3.