Error autopy python module [closed]

-2

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

    
asked by Perl 01.08.2016 в 19:33
source

1 answer

1

Here are installers for your version of Python:

link

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.

    
answered by 02.08.2016 в 11:19