Pygame Import Error, Python 3.2
- by Treb Nicholas
I'm having an issue with the Pygame module. I run Python 3.2 and installed the respective Pygame file, but now when I try to import it in the IDLE, it gives me this error:
import pygame
Traceback (most recent call last):
File "", line 1, in
import pygame
File "C:\Python32\lib\site-packages\pygame__init__.py", line 95, in
from pygame.base import *
ImportError: DLL load failed: %1 is not a valid Win32 application.
Any help will be appreciated.