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
Traceback (most recent call last):
File "/home/anonym/rmwatchlater/new.py", line 3, in<module>
gui.click("rmwatchlater/imgs/menue.png")
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/anonym/.local/lib/python3.13/site-packages/pyautogui/__init__.py", line 594, in wrapper
returnVal = wrappedFunction(*args, **kwargs)
File "/home/anonym/.local/lib/python3.13/site-packages/pyautogui/__init__.py", line 985, in click
x, y = _normalizeXYArgs(x, y)
~~~~~~~~~~~~~~~~^^^^^^
File "/home/anonym/.local/lib/python3.13/site-packages/pyautogui/__init__.py", line 663, in _normalizeXYArgs
location = locateOnScreen(firstArg)
File "/home/anonym/.local/lib/python3.13/site-packages/pyautogui/__init__.py", line 172, in wrapper
return wrappedFunction(*args, **kwargs)
File "/home/anonym/.local/lib/python3.13/site-packages/pyautogui/__init__.py", line 210, in locateOnScreen
return pyscreeze.locateOnScreen(*args, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/home/anonym/.local/lib/python3.13/site-packages/pyscreeze/__init__.py", line 404, in locateOnScreen
screenshotIm = screenshot(region=None)
File "/home/anonym/.local/lib/python3.13/site-packages/pyscreeze/__init__.py", line 628, in _screenshot_linux
raise Exception(
'To take screenshots, you must install Pillow version 9.2.0 or greater and gnome-screenshot by running `sudo apt install gnome-screenshot`'# noqa
)
Exception: To take screenshots, you must install Pillow version 9.2.0 or greater and gnome-screenshot by running `sudo apt install gnome-screenshot`
The text was updated successfully, but these errors were encountered:
My Python code is:
My Error is:
The text was updated successfully, but these errors were encountered: