Recientemente instalé Python 3.1 y el módulo Pygame para Python 3.1.Cuando escribo import python en la consola, aparece el siguiente error:
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
import pygame
File "C:\Python31\lib\site-packages\pygame\__init__.py", line 95, in <module>
from pygame.base import *
ImportError: DLL load failed: %1 is not a valid Win32 application.
¡Por favor ayuda!