Hello, problem running samples

fran

30-01-2008 15:14:38

Hi, I downloaded PyOgre but haven't been able to run ODE demos. The error i get is that boost_python-vc80-mt-1_35.dll is not available. I was using python 1.24 and now reinstalled version 1.25 as well as pyogre. Thing is that even moving boost_python-vc80-mt-1_35.dll to same folder as the demo, it still complains it was not found.

What can I do to solve this?

Thank you.

Fran.

andy

30-01-2008 23:20:36

A few questions..

I assume you mean you downloaded Python-Ogre from http://sourceforge.net/project/showfile ... _id=186291 (not PyOgre as you've referenced as this is a very old and unsupported wrapper) ?

And I don't understand your Python version questions -- you should be using Python 2.5.

Thanks
Andy

fran

31-01-2008 00:26:04

Andy, thank you very much for your response, sorry about naming mistake. Indeed it's about Python-Ogre (was referenced from pyogre's site).

After adding the "import ogre.renderer.OGRE as ogre", (found elsewhere in the forum, shame on me) it now works. I was quite confused as I thought there would be some demo as in the ogrenew folder, but now I see it's working, just in text mode, and that there's too a ogreode with graphics too.

Sorry about the confussion, thank you very much.

Fran.