Universum
15-06-2012 13:49:08
Hi all,
i have a big Problem with PythonOgre ;
if i let run the first code snippet from this tutorial( wiki<dot>python-ogre<dot>org/index.php/Basic_Tutorial_1 ) , i get the following error message:
But I have watched and not missing dll file! then I'm fooling around something on the paths and then got an error message that it can not open zip archive ... so I reinstalled it again. I am using python version 2.5 and the corresponding pyogre.
Thanks in advance
i have a big Problem with PythonOgre ;
if i let run the first code snippet from this tutorial( wiki<dot>python-ogre<dot>org/index.php/Basic_Tutorial_1 ) , i get the following error message:
Traceback (most recent call last):
File "C:\PythonOgre\demos\Test.py", line 11, in <module>
ta.go ()
File "C:\Python25\lib\site-packages\ogre\renderer\OGRE\sf_OIS.py", line 100, in go
if not self._setUp():
File "C:\Python25\lib\site-packages\ogre\renderer\OGRE\sf_OIS.py", line 130, in _setUp
self.root = ogre.Root( pluginFile )
OgreInternalErrorException: OGRE EXCEPTION(7:InternalErrorException): Could not load dynamic library ../../plugins\RenderSystem_GL.dll. System Error: The specified module could not be found.
in DynLib::load at ..\src\OgreDynLib.cpp (line 80)
But I have watched and not missing dll file! then I'm fooling around something on the paths and then got an error message that it can not open zip archive ... so I reinstalled it again. I am using python version 2.5 and the corresponding pyogre.
Thanks in advance
