Python Forum

Full Version: Please help me in regards to pyAutoGUI
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
How did you install?
(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.