, line 37, in <module>
from dolfin import *
ImportError: No module named dolfin
Amits-MBP:~ amitjain$ /Applications/FEniCS.app/Contents/Resources/bin/fenics-terminal ; exit;
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...none found.
[Process completed]
I put the line "source /Applications/FEniCS.app/Contents/Resources/share/fenics/fenics.conf" in .profile file in home directory. But when I try to run a demo program, I am getting an import error.
python is /Library/Frameworks/Python.framework/Versions/2.7/bin/python
python is /opt/moose/miniconda/bin/python
python is /usr/local/bin/python
python is /usr/bin/python
Does it mean that python is installed in the system but FEniCS could not able to pick it up? Also, please suggest me what I can do to run FEniCS script.
Thanks,
Amit