[Tutor] Pygame install help

Chuck duxchux at gmail.com
Sun Mar 27 19:31:20 CEST 2011


Does anyone have familiarity with installing pygame? It seems simple and
straight forward enough, then why do I get the following from IDLE? This is
the 3.1 Windows pygame .msi install...

Python 3.2 (r32:88445, Feb 20 2011, 21:29:02) [MSC v.1500 32 bit (Intel)] on
win32
Type "copyright", "credits" or "license()" for more information.
>>> import pygame
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import pygame
  File "C:\Python32\lib\site-
packages\pygame\__init__.py", line 95, in <module>
    from pygame.base import *
ImportError: DLL load failed: The specified module could not be found.
>>>


-- 
==========================
Chuck
DuxChux at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110327/2796f9f7/attachment.html>


More information about the Tutor mailing list