You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to execute atest windows_tests.robot, but I keep getting
[ ERROR ] Error in file 'C:\Users\User\Desktop\robotframework-imagehorizonlibrary\tests\atest\windows_tests.robot': Importing test library 'ImageHorizo nLibrary' failed: SyntaxError: 'return' with argument inside generator (init.py, line 168) Traceback (most recent call last): File "c:\python27\lib\site-packages\ImageHorizonLibrary_init_.py", line 8, in import pyautogui as ag File "c:\python27\lib\site-packages\pyautogui_init_.py", line 84, in import pyscreeze PYTHONPATH:
The text was updated successfully, but these errors were encountered:
I found the solution to this problem.
Running outside robot, the error message show that the problem is in the PyScreeze==0.1.20 python lib. Downgrading to 0.1.19 the problem does not happen.
Is possible that the lib pyautogui==0.9.42 should be downgraded too.
I tried to execute atest windows_tests.robot, but I keep getting
[ ERROR ] Error in file 'C:\Users\User\Desktop\robotframework-imagehorizonlibrary\tests\atest\windows_tests.robot': Importing test library 'ImageHorizo nLibrary' failed: SyntaxError: 'return' with argument inside generator (init.py, line 168) Traceback (most recent call last): File "c:\python27\lib\site-packages\ImageHorizonLibrary_init_.py", line 8, in import pyautogui as ag File "c:\python27\lib\site-packages\pyautogui_init_.py", line 84, in import pyscreeze PYTHONPATH:
The text was updated successfully, but these errors were encountered: