<div class="gmail_quote">On Sun, Mar 27, 2011 at 12:31 PM, Chuck <span dir="ltr">&lt;<a href="mailto:duxchux@gmail.com">duxchux@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

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...<br><br>Python 3.2 (r32:88445, Feb 20 2011, 21:29:02) [MSC v.1500 32 bit (Intel)] on win32<br>





Type &quot;copyright&quot;, &quot;credits&quot; or &quot;license()&quot; for more information.<br>&gt;&gt;&gt; import pygame<br>Traceback (most recent call last):<br>  File &quot;&lt;pyshell#0&gt;&quot;, line 1, in &lt;module&gt;<br>





    import pygame<br>  File &quot;C:\Python32\lib\site-<div>packages\pygame\__init__.py&quot;, line 95, in &lt;module&gt;<br>    from pygame.base import *<br>ImportError: DLL load failed: The specified module could not be found.<br>





&gt;&gt;&gt; </div></blockquote></div><br><div>Pygame support for Python 3 is a bit spotty (AFAIK). It will probably be easier using an earlier version of Python when working with Pygame.</div><div><br></div><div>HTH,</div>

<div>Wayne</div>