ImportError

Extra-Nitro

29-09-2006 21:28:54

hello,
I have download pyogre and media (pyogre/pyogre_demos).
But in de command line i try :
>>>from pyogre import ogre
ImportError (DLL load failed maybe _ogre)
>>from ogre import *
ImportError because it doesn't exist.

I speak in french --> it is a little difficult.

bharling

29-09-2006 23:28:20

try this instead:


import pyogre.ogre as ogre


works for me :)

Extra-Nitro

06-10-2006 14:10:55


>>> import pyogre.ogre as ogre

Traceback (most recent call last):
File "<pyshell#0>", line 1, in -toplevel-
import pyogre.ogre as ogre
File "C:\Python24\Lib\site-packages\pyogre\ogre.py", line 4, in -toplevel-
import _ogre
ImportError: DLL load failed: Une des bibliothèques nécessaires à l'exécution de cette application n'a pu être trouvée.


I have the same Error essage with


import pyogre.ogre as ogre
import pyogre.ogre
from pyogre.ogre import *
from pyogre import ogre


Excuse me if the error message is in french but it is because i speak in french...

Should I download _ogre.py ? Where can I ?

dermont

06-10-2006 15:16:30

Did you install vcredist_x86.exe:
http://prdownload.berlios.de/pyogre/vcredist_x86.exe

Extra-Nitro

06-10-2006 16:17:42

now yes...

Extra-Nitro

06-10-2006 16:18:07

now yes...

dermont

06-10-2006 19:17:37

Are you still having the same problem?