ImportError: can not import name 'LEFT_BUTTON' from 'autopy.mouse'

-1
import autopy as ap
from autopy.mouse import LEFT_BUTTON, RIGHT_BUTTON
from autopy.key import *
from autopy import *
import time
import random

%Run bleh.py
  

Traceback (most recent call last): File   "I: \ MEGA \ Programming \ Python \ bleh.py", line 2, in       from autopy.mouse import LEFT_BUTTON, RIGHT_BUTTON ImportError: can not import name 'LEFT_BUTTON' from 'autopy.mouse' (C: \ Users \ Fco.   Javier \ AppData \ Roaming \ Python \ Python37 \ site-packages \ autopy \ mouse.cp37-win32.pyd)

    
asked by Nombre Apellido 01.01.2019 в 23:17
source

0 answers