![]() |
[PyGame] module not found? - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: Game Development (https://python-forum.io/forum-11.html) +--- Thread: [PyGame] module not found? (/thread-20398.html) |
module not found? - kevindadmun - Aug-08-2019 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. RE: module not found? - metulburr - Aug-08-2019 Make sure that your project is pointing to the python that you installed pygame to. RE: module not found? - kevindadmun - Aug-08-2019 Ok you need to explain further I am new to python so i don't understand certain things. |