Pyogre won't import

Jedo

18-02-2006 17:31:44

When I try to do the basic tutorial I get this message:


Traceback (most recent call last):
File "<pyshell#0>", line 1, in -toplevel-
from pyogre import ogre
File "C:\Python24\Lib\site-packages\pyogre\ogre.py", line 4, in -toplevel-
import _ogre
ImportError: DLL load failed: The specified module could not be found.


Please Help

dermont

18-02-2006 18:18:17

Have you downloaded and installed vcredist_x86.exe ?:
https://developer.berlios.de/project/showfiles.php?group_id=3464

and read this thread:

http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=197&postdays=0&postorder=asc&start=15

Jedo

18-02-2006 19:54:10

Yes, that thread says:


1. Go here: https://developer.berlios.de/project/sh ... up_id=3464
and download 1.0.6-0 and vcredist_x86.exe. Install and then it should work.


Already did that, didn't help any


2.(if you are missing dlls and above doesn't work) Go here: http://www.dll-files.com and download all of the missing dll:s
(NOTE: You'll need to know the names of the dll:s)

Don't know of any missing DLLs.

3. post on the forum like I did


That's what I'm doing now...

griminventions

19-02-2006 03:08:25

Is your _ogre.pyd file in the Python24/Lib/site-packages/pyogre/ directory? Maybe Python can't find the file.

Jedo

21-02-2006 13:12:32

Yes, its there.