Hi all,
I have installed fenics on my ubuntu 14.10 operating system and can check from the Ubuntu Software Centre that Fenics is installed, but when I import dolfin from the terminal I get the following error.
Python 2.7.10 |Anaconda 2.1.0 (32-bit)| (default, Oct 19 2015, 18:04:40)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> from dolfin import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named dolfin
Please how can I resolve this. Thank you.