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
This should work but comment if it doesn't. It might only affect Windows XP.
import os os.environ['SDL_VIDEODRIVER']='windlib'
Good luck. Hope this works.