First time here? Check out the FAQ!

Revision history  [back]

How do I get Wing to recognize installed modules?

I have written a code that uses the installed libraries, "keyboard" and "pyautogui". When I try to import them I get the errors: builtins.ModuleNotFoundError: No module named 'keyboard' builtins.ModuleNotFoundError: No module named 'pyautogui' I have already tried manually setting the Python Path to the location mentioned in Command Prompt when I installed them. I have also restarted wing.