First time here? Check out the FAQ!

Netra14's profile - activity

2024-09-23 16:03:54 -0500 marked best answer 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.

2024-09-06 15:30:07 -0500 received badge Popular Question (source)
2024-09-06 15:30:07 -0500 received badge Notable Question (source)
2024-09-06 15:30:07 -0500 received badge Famous Question (source)
2024-08-27 18:49:23 -0500 received badge Student (source)
2024-08-27 08:51:51 -0500 asked a question How do I get Wing to recognize installed modules?

How do I get Wing to recognize installed modules? I have written a code that uses the installed libraries, "keyboard" an