Hi,

I have just built FEniCS development version on a RHEL6 system using dorsal.  
The first time I do a "from dolfin import *" in python I get the following 
error:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "###/Work/FEniCS/lib64/python2.6/site-packages/dolfin/__init__.py", line 
16, in <module>
    import cpp
  File "###/Work/FEniCS/lib64/python2.6/site-packages/dolfin/cpp/__init__.py", 
line 40, in <module>
    exec("import %s" % module_name)
  File "<string>", line 1, in <module>
  File "###/Work/FEniCS/lib64/python2.6/site-packages/dolfin/cpp/common.py", 
line 28, in <module>
    _common = swig_import_helper()
  File "###/Work/FEniCS/lib64/python2.6/site-packages/dolfin/cpp/common.py", 
line 24, in swig_import_helper
    _mod = imp.load_module('_common', fp, pathname, description)
ImportError: libquadmath.so.0: cannot open shared object file: No such file or 
directory

There doesn't appear to be a libquadmath package in dorsal, so I'm not sure how 
to proceed.  Not sure if it's related, but I didn't build scipy or 
ScientificPython because I encountered errors with them while building; are 
these essential?

Thanks.

Jonathan



______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to