getfem-users
[Top][All Lists]
Advanced

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

[Getfem-users] Q: python test code fails


From: kkb110
Subject: [Getfem-users] Q: python test code fails
Date: Sun, 7 Aug 2011 09:43:01 -0400

I'm using archlinux and just built getfem++ from the source code.


https://aur.archlinux.org/packages.php?ID=51283

./configure --enable-python --enable-muparser --enable-qhull
--with-pic --prefix=/
make
make install DESTDIR=$pkgdir/usr



but all the python code fails with this error, (didn't check other
language interfaces)


address@hidden python]$ python demo_plasticity.py

Traceback (most recent call last):
 File "demo_plasticity.py", line 30, in <module>
  from getfem import *
 File "/usr/lib/python2.7/site-packages/getfem/__init__.py", line 26,
in <module>
  from getfem import *
 File "/usr/lib/python2.7/site-packages/getfem/getfem.py", line 40, in <module>
  from _getfem import *
ImportError: /usr/lib/python2.7/site-packages/getfem/_getfem.so:
undefined symbol: qh_qh



Thank you
-Kibeom Kim



reply via email to

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