Hi there,
I get the following error when I try to import meshpy.tet
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/usr/local/lib/python2.6/dist-packages/MeshPy-0.91.2-py2.6-linux-i686.egg/meshpy/tet.py",
line 2, in <module>
import meshpy._tetgen as internals
ImportError: /usr/local/lib/python2.6/dist-packages/MeshPy-0.91.2-py2.6-linux-i686.egg/meshpy/_tetgen.so: undefined symbol: _ZNK5boost6python7objects21py_function_impl_base9max_arityEv
I'm using boost 1.42 under Ubuntu 10.10
Googling around resolved that there might be a problem with the
shared libraries, but I don't know how to fix that
I built the meshpy package twice: using make install and setup.py
but there was no difference
my configure options are
--boost-inc-dir=/usr/include/boost
--boost-lib-dir=/usr/lib
--boost-python-libname=boost_python-mt-py26
Any ideas?
Help is highly appreciated!
Marko