← Back to team overview

dolfin team mailing list archive

Import error (again)

 


Am I the only one getting the following error with a fresh dolfin?

meg@localhost ~ $ python
Python 2.6.4 (r264:75706, Dec  7 2009, 23:01:27)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import dolfin
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
File "/home/meg/local/lib64/python2.6/site-packages/dolfin/__init__.py", line 13, in <module>
   import dolfin.cpp as cpp
File "/home/meg/local/lib64/python2.6/site-packages/dolfin/cpp.py", line 6, in <module>
   import _cpp
ImportError: /home/meg/local/lib/libdolfin.so.0: undefined symbol: _ZN6dolfin13GenericMatrix11ident_zerosEv
>>>

--
Marie



Follow ups