getfem-users
[Top][All Lists]
Advanced

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

[Getfem-users] Python tests do not work


From: Dennis Ernens
Subject: [Getfem-users] Python tests do not work
Date: Fri, 11 Nov 2011 21:08:14 +0100

Hello All,


I am playing around with getfem++ on Kubuntu 11.10, but I cannot get the

python examples to work.


I ran configure with ./configure --with-pic --with-blas="-lf77blas -latlas"

using qhull libraries for the mesh creation. The "make" runs without errors.


Traceback (most recent call last):

File "demo_laplacian.py", line 30, in <module>

import getfem as gf

File "/usr/local/lib/python2.7/dist-packages/getfem/__init__.py", line 26,

in <module>

from getfem import *

File "/usr/local/lib/python2.7/dist-packages/getfem/getfem.py", line 40, in

<module>

from _getfem import *

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

undefined symbol: qh_qh


This indicates that something is wrong with the linking to qhull (qh_qh is a

global pointer of qhull). Any ideas what might cause this?


Kind regards,

Dennis


reply via email to

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