> Whenever I run the buggy.py demo or try to import soya.ode, I get:
> ImportError: /usr/lib/python2.3/site-packages/soya/_ode.so: undefined
> symbol: dGeomTriMeshDataCreate
> 
> I'm using my own installed copy of ode, not the included one (it didn't
> compile on its own or something, because it couldn't find -lode).

You must not install ode yourself but instead use the ode included in
soya. Before you build soya you need to build ode manually:

cd ode-0.5
make configure
make

-- 
mvh Björn

Reply via email to