Pygame Import Error, Python 3.2

Posted by Treb Nicholas on Game Development See other posts from Game Development or by Treb Nicholas
Published on 2012-11-03T20:23:56Z Indexed on 2012/11/03 23:19 UTC
Read the original article Hit count: 446

Filed under:
|
|

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.

© Game Development or respective owner

Related posts about python

Related posts about pygame