0
People in python when I write the following command import pygame
to import pygame the following error appears:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import pygame
ImportError: No module named pygame
I’ve re-installed the pygame more than 10 times and continue if anyone can help.
How you installed the pygame?
– Math
Yes I installed ...
– Ricardo0303