Hello there Stackoverflowers,
I am learning how to program with Pygame and I am trying to import pygame.locals According to the tutorial I am learning from, I am sta
I found that on Windows 7 64-bit, you need to get Python 3.3.5, as well as the pygame-1.9.2a0-hg version from Bitbucket.
This solved the problem ImportError: No module named 'pygame.locals' for me.
ImportError: No module named 'pygame.locals'
(Somehow it's a bit weird that the pygame website doesn't provide latest versions of pygame.)