Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---------------------------------------------------------------------------
- ImportError Traceback (most recent call last)
- <ipython-input-1-1ecb0c01ef73> in <module>()
- ----> 1 import fenics
- /usr/lib/python2.7/dist-packages/fenics/__init__.py in <module>()
- 5 """
- 6
- ----> 7 from dolfin import *
- /usr/lib/python2.7/dist-packages/dolfin/__init__.pyc in <module>()
- 15
- 16 # Import names from the compiled cpp modules
- ---> 17 from . import cpp
- 18 from dolfin.cpp import *
- 19 from dolfin.cpp import __version__, __swigversion__, __pythonversion__
- /usr/lib/python2.7/dist-packages/dolfin/cpp/__init__.py in <module>()
- 41
- 42 # Import the module
- ---> 43 exec("from . import %s" % module_name)
- 44 module = globals()[module_name]
- 45
- <string> in <module>()
- /usr/lib/python2.7/dist-packages/dolfin/cpp/common.py in <module>()
- 30 fp.close()
- 31 return _mod
- ---> 32 _common = swig_import_helper()
- 33 del swig_import_helper
- 34 else:
- /usr/lib/python2.7/dist-packages/dolfin/cpp/common.py in swig_import_helper()
- 26 if fp is not None:
- 27 try:
- ---> 28 _mod = imp.load_module('_common', fp, pathname, description)
- 29 finally:
- 30 fp.close()
- ImportError: /usr/lib/x86_64-linux-gnu/libfftw3_mpi.so.3: undefined symbol: fftw_ialignment_of
Advertisement
Add Comment
Please, Sign In to add comment