Ich habe kürzlich Python 3.1 und das Pygame-Modul für Python 3.1 installiert. Wenn ich import python in die Konsole eingebe, wird folgende Fehlermeldung angezeigt:
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.
Bitte helfen Sie!