getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-users] getfem++ / Python interface


From: Cory Ahrens
Subject: [Getfem-users] getfem++ / Python interface
Date: Sat, 1 Oct 2011 17:02:17 -0600

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]