[Tutor] Pygame Help
Nirel Leitman
leitman375 at yahoo.com
Mon Jan 25 14:45:56 EST 2021
Hello,
I am getting an error stating that there is no module named 'pygame'. Here is the screen shot of that error:
Python 3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)] on win32Type "help", "copyright", "credits" or "license()" for more information.>>> import pygameTraceback (most recent call last): File "<pyshell#0>", line 1, in <module> import pygameModuleNotFoundError: No module named 'pygame'
I am using Windows 10 and I have tried to install Pygame but for some reason my computer isn't seeing it. I downloaded Pygame from Downloads (pygame.org)
|
|
| |
Downloads
|
|
|
where I downloaded the newest version which is 1.9.6 Package.
Any suggestions?
Thank you.
More information about the Tutor
mailing list