dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #17713
Re: Import error (again)
Marie Rognes wrote:
>
> Am I the only one getting the following error with a fresh dolfin?
>
I've commented out the offending function. I don't see why it was added.
Garth
> 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
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help : https://help.launchpad.net/ListHelp
Follow ups
References