A programming beginner has been studying python for the first time for a month. Let's try pygame when we can understand the basic operation somehow! And determined. It is a record of what happened while preparing the environment.
"Python programming that you can enjoy learning while making games" When I try to execute the display part of the game window ...
Traceback (most recent call last):
File "C:/Users//PycharmProjects/projects/test1.py", line 1, in <module>
import pygame
ModuleNotFoundError: No module named 'pygame'
Is displayed and I can't move forward in one line ... When I'm researching various pycharm
Click + on the right It was said that it cannot be imported unless a specific module is added from the module list.
Since I am a beginner, I didn't understand anything and realized my lack of study.
Recommended Posts