Python Forum
Please help me in regards to pyAutoGUI - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Please help me in regards to pyAutoGUI (/thread-38939.html)



Please help me in regards to pyAutoGUI - andrewtuk - Dec-12-2022

Hi everyone

I am a newbie so bear with me, I watched a youtube video on how to install PYAutoGUI, I believe its installed it correctly but now I want to upload the library I get the error message

>>>import pyautogui
Traceback (most recent call ):
File "<stdin> line 1 in <module>
ModuleNotFound: No module name 'pyautogui'

is this normal?

Thank you for your help.


RE: Please help me in regards to pyAutoGUI - deanhystad - Dec-13-2022

How did you install?


RE: Please help me in regards to pyAutoGUI - gradlon93 - Jan-01-2023

(Dec-12-2022, 01:24 PM)andrewtuk Wrote: Hi everyone

I am a newbie so bear with me, I watched a youtube video on how to install PYAutoGUI, I believe its installed it correctly but now I want to upload the library I get the error message

>>>import pyautogui
Traceback (most recent call ):
File "<stdin> line 1 in <module>
ModuleNotFound: No module name 'pyautogui'

is this normal?

Thank you for your help.

Are you running Python on a Windows machine?
In any case, try to reinstall pyautogui and share the terminal/shell output with us.