Hello,

I'm trying to install the Python / Getfem++ user interface. When I start
python and try

"import getfem"

I get the error

mportError                               Traceback (most recent call last)
/home/cory/<ipython-input-1-80a50378ab68> in <module>()
----> 1 import getfem

/usr/local/lib/python2.7/dist-packages/getfem/__init__.py in <module>()
     24 """
     25
---> 26 from getfem import *

/usr/local/lib/python2.7/dist-packages/getfem/getfem.py in <module>()
     38 from numpy import *
     39
---> 40 from _getfem import *
     41 obj_count = {}
     42 getfem('workspace', 'clear all')

ImportError: /usr/local/lib/python2.7/dist-packages/getfem/_getfem.so:
undefined symbol: zmumps_c

I have mumps installed. Any suggestions? Thanks

--Cory
_______________________________________________
Getfem-users mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-users

Reply via email to