If you're running Windows 64-bit, there's reports of this error:

http://www.google.com/search?q=from+pygame.base+import+*+ImportError%3A+DLL+load+failed+with+error+code+193&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:pt-BR:official&client=firefox-a

If that's the case, it was suggested to install a 32-bit Python and Pygame
or build the binaries yourself.

On Wed, Aug 19, 2009 at 03:44, ellerymsg <rateller...@gmail.com> wrote:

> Hi, I am very new at pygame/python (I just started today) and am
> following this tutorial: http://rene.f0o.com/mywiki/LectureThree which
> tells me to do
> >>> import pygame, sys,os
> but when I do so, I get:
> >>> import pygame, sys,os
>
> Traceback (most recent call last):
>  File "<pyshell#14>", line 1, in <module>
>    import pygame, sys,os
>  File "C:\Python25\lib\site-packages\pygame\__init__.py", line 95, in
> <module>
>    from pygame.base import *
> ImportError: DLL load failed with error code 193
>
> Can anyone help me?
>
> Thank you in advance
>

Reply via email to