I have been trying to get PyGame up and running on Python 3.2. When I try to import it I get
from pygame.base import *
ImportError: DLL load failed: %1 is not a valid Win32 application.
I saw this, which indicated the problem was most likely that the Python and PyGame installations were incompatible (64-bit of one, 32-bit of the other), but I have the 32 bit versions of both and it's still giving me the error! I am on Windows 10 (64 bit), Python 3.2 (32 bit), PyGame (32 bit.) I copied this from another forum, with a minor change (Python 3.4 -> 3.2) The file is named the same as the appropriate file from @muratgu's link.