I have this setup:
$ python -V Python 2.7.2+ $ python -c \"import pygame; print pygame.__version__\" 1.9.1release
When I run a pygame scr
Try the following:
import pygame from pygame.locals import * pygame.init()