← Back to team overview

dolfin team mailing list archive

Running Tutorial Script

 

Dear All,
Thanks for the answers I was provided with.
After installing libdolfin-dev, I tried running the example in the tutorial (http://www.fenics.org/wiki/Tutorial) only to get the following error message:

~/temp$ python poisson.py
Traceback (most recent call last):
 File "poisson.py", line 1, in ?
   from dolfin import *
ImportError: No module named dolfin

where poisson.py is the file where I saved the python script of the tutorial.
Anybody having the same problem? Where has the dolfin module ended up?
Cheers

Lorenzo


Follow ups