Ah, thank you very much, I'll try that :)
On Aug 19, 5:35 am, Henrique Nakashima <henrique.nakash...@gmail.com> wrote: > If you're running Windows 64-bit, there's reports of this error: > > http://www.google.com/search?q=from+pygame.base+import+*+ImportError%... > > 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/LectureThreewhich > > 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- Hide quoted text - > > - Show quoted text -