Python Forum

Full Version: module not found?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well after taking a break in learning pycharm and pygame i am greeted with a new error that make no sense. Now when you import pygame and run it you would get a welcome to pygame. when i do it a get this. import pygame
ModuleNotFoundError: No module named 'pygame'. And the weird thing is i get no error before saying that pygame is not importable. So why is this not working now when it did before.
Make sure that your project is pointing to the python that you installed pygame to.
Ok you need to explain further I am new to python so i don't understand certain things.