I installed Python 3.1 and the Pygame module for Python 3.1.  When I type import python in the console I get the following 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.
 
     
     
     
     
     
    