Dear Cory,

It seems that you compiled with the mumps option. Try to compile without 
linking with mumps (configure --enable-mumps=no).

Yves.


On dimanche 2 octobre 2011, Cory Ahrens wrote:
> 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


-- 

  Yves Renard ([email protected])       tel : (33) 04.72.43.87.08
  Pole de Mathematiques, INSA-Lyon             fax : (33) 04.72.43.85.29
  20, rue Albert Einstein
  69621 Villeurbanne Cedex, FRANCE
  http://math.univ-lyon1.fr/~renard

---------

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

Reply via email to