The error appears even in python:
import autopy Traceback (most recent call last): File "", line 1, in ImportError: No module named autopy
version python 2.7.1
The error appears even in python:
import autopy Traceback (most recent call last): File "", line 1, in ImportError: No module named autopy
version python 2.7.1
Here are installers for your version of Python:
On the other hand, as it seems that you use windows, there are others like pywinauto , pywin32 , ctypes , ..., to make different things in windows. Depending on what you are going to do one will be more useful than another.