Skip to content Skip to sidebar Skip to footer

Installation Of Pygame

Okay so ive spent over 6 hours trying to do this! I have installed python 2.7 and python 3.3. I can only get pygames 2.7 on my mac OSX. I have downloaded pygame-1.9.2pre-py2.7-mac

Solution 1:

Did you run pygame.py at any time? Python has no way of knowing what you want to load when you import pygame. It could be your script, it could be the installed package—they both have the same name.

Rename your script to mygame.py.
Delete any other files in the same directoryas your script named pygame.py.

(You don't need reinstall).

Post a Comment for "Installation Of Pygame"