Problem with Basic Tutorial 1

Spyke

07-12-2010 21:57:37

Hey guys, new to all this, but upon following the Basic Tutorial 1, when I go to execute the file I created, I'm getting an error when it tries to open OGRE:

*-*-* OGRE Initialising
*-*-* Version 1.7.1 (Cthugha)
Creating resource group Bootstrap
Traceback (most recent call last):
File "C:\Project Fallback\basic_01.py", line 16, in <module>
ta.go()
File "C:\Python26\lib\site-packages\ogre\renderer\OGRE\sf_OIS.py", line 105, i
n go
if not self._setUp():
File "C:\Python26\lib\site-packages\ogre\renderer\OGRE\sf_OIS.py", line 138, i
n _setUp
self._setUpResources()
File "C:\Python26\lib\site-packages\ogre\renderer\OGRE\sf_OIS.py", line 176, i
n _setUpResources
addResourceLocation(item.value, item.key, SectionName)
ogre.renderer.OGRE._ogre_exceptions_.OgreInternalErrorException: OGRE EXCEPTION(
7:InternalErrorException): C://Python-Ogre/demos - error whilst opening archive:
Unable to read zip file. in ZipArchive::checkZzipError at ..\..\..\..\OgreMain\
src\OgreZip.cpp (line 280)
*-*-* OGRE Shutdown

Everything else seems to be working fine, and I've checked to make sure my file paths were set correctly (though there's a huge chance I screwed that up somehow). I'm running Windows XP Service Pack 3.

Any help at all would be appreciated! :)

SirGolan

08-12-2010 01:10:17

Looks like you are missing the media files. You can download them from here for 1.7.1: http://sourceforge.net/projects/python- ... z/download