#python #python-2.x #pyautogui
#python #python-2.x #pyautogui
Вопрос:
Работаю над проектом, Управляю своим компьютером жестами рук с помощью Arduino, но pyautogui
меня это не поддерживает.
Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import pyautogui
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import pyautogui
File "C:Python27libsite-packagespyautogui__init__.py", line 80, in <module>
import pyscreeze
SyntaxError: 'return' with argument inside generator (__init__.py, line 168)
>>>
Комментарии:
1. Похоже, это ошибка в версии 2.7. Смотрите github.com/asweigart/pyscreeze/issues/46 . Переходите к Python 3.
2. @cdarke большое вам спасибо. Это решено