I had installed python 2.7.3 on windows 7 and now I want pygame for it. I even installed pygame 1.92 a0 but it doesn't seem to be working . Could anybody help to solve this problem? I had also tried with pygame 1.9.1 but when I am typing "import pygame' on gui, I get an error message:
Traceback (most recent call last):
File "<pyshell#3>", line 1, in <module>
import pygame
ImportError: No module named pygame
Do I need to set any path while installing?
Just follow the instructions. Hope it helps you.
Source: https://inventwithpython.com/pygame/chapter1.html
You will want to download the version pygame-1.9.2a0.win32-py2.7.msi. You can search for it at this website, or download directly from this page by clicking here. If you download properly, it should run fine. Be sure to uninstall the old versions of pygame first.