Hello, I am having troubles installing fenics on ubuntu 14.04. I installed with apt-get and got the following error, could you please advise on what am I doing wrong?
Thanks Andrea acortis@goldrake:~$ uname -a Linux goldrake 3.13.0-30-generic #55-Ubuntu SMP Fri Jul 4 21:40:53 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux acortis@goldrake:~$ sudo apt-get install fenics [sudo] password for acortis: Reading package lists... Done Building dependency tree Reading state information... Done fenics is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. acortis@goldrake:~$ ipython Python 2.7.6 (default, Mar 22 2014, 22:59:56) Type "copyright", "credits" or "license" for more information. IPython 2.1.0 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details. In [1]: from dolphin import * --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-1-5c2a0e0293b6> in <module>() ----> 1 from dolphin import * ImportError: No module named dolphin In [2]:
_______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
