Pygame is not working on my python

Python 2.7.16 (v2.7.16:413a49145e, Mar 4 2019, 01:37:19) [MSC v.1500 64 bit (AMD64)] on win32
Type “help”, “copyright”, “credits” or “license” for more information.

print 2+2
4
import pygame
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named pygame

@kasare1 Please check out this tutorial when you get a chance:

https://inventwithpython.com/pygame/chapter1.html

I hope it helps!

This topic was automatically closed after 166 days. New replies are no longer allowed.