|
From: Samuel M. <wat...@sp...> - 2007-11-27 02:24:42
|
Hi. I'm completely new to pyODE and 3d stuff in general(Although not
python), and I was doing the tutorials, but when I tried to run the
first one, it spat out this error:
Traceback (most recent call last):
File "pyodestuff.py", line 3, in <module>
import ode
File "build/bdist.macosx-10.3-fat/egg/ode.py", line 7, in <module>
File "build/bdist.macosx-10.3-fat/egg/ode.py", line 6, in __bootstrap__
ImportError:
dlopen(/Users/.../.python-eggs/PyODE-1.2.0-py2.5-macosx-10.3-fat.egg-tmp/ode.so,
2): Symbol not found: _dMassSetCappedCylinder
Referenced from:
/Users/.../.python-eggs/PyODE-1.2.0-py2.5-macosx-10.3-fat.egg-tmp/ode.so
Expected in: dynamic lookup
I tried copy-pasting the code from the tutorial to see if I had made a
mistake somewhere, but it gave the same result. I have version 1.2.0
pyODE (Gotten with easy install) and version 0.8 of ODE (Gotten with
DarwinPorts), and I'm running Mac OSX 10.4. Do any of you know what's
going on here, and how I can fix it?
Thanks!
|