dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #19668
[Question #124783]: ImportError: libpetscts.so.2.3.3
New question #124783 on DOLFIN:
https://answers.launchpad.net/dolfin/+question/124783
I am not sure if I am asking this in the most suitable forum, but this is really bugging me... I am trying to run python demo.py. Then I get the following error:
Traceback (most recent call last):
File "demo.py", line 12, in <module>
from dolfin import *
File "/usr/lib/python2.6/dist-packages/dolfin/__init__.py", line 13, in <module>
import dolfin.cpp as cpp
File "/usr/lib/python2.6/dist-packages/dolfin/cpp.py", line 28, in <module>
_cpp = swig_import_helper()
File "/usr/lib/python2.6/dist-packages/dolfin/cpp.py", line 24, in swig_import_helper
_mod = imp.load_module('_cpp', fp, pathname, description)
ImportError: libpetscts.so.2.3.3: cannot open shared object file: No such file or directory
I am using Ubuntu 10.4, with Python2.6.
Please help!
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.