pygame for python 2.7.3

23,950

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.

Share:
23,950
Admin
Author by

Admin

Updated on June 13, 2020

Comments

  • Admin
    Admin almost 4 years

    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?

  • Wai Ha Lee
    Wai Ha Lee almost 9 years
    Please don't paste as images what can easily be copied as text. Not only is it mean to those with visual impairments, but it is also an unnecessary waste of bandwidth. Many thanks.
  • Muhammad Noman
    Muhammad Noman almost 9 years
    Ok. Thanks for correction. Will be careful next time.
  • Mirko
    Mirko almost 5 years
    Thanks for this. Worked for me. pip install pygame wasn't working, my guess is that it was installing pygame for python3 and I'm using python2.7 as it's the Ubuntu's default.