On Tue, Dec 2, 2014 at 8:31 AM, eblish596 <[email protected]> wrote:
> Hi,
> I am just getting started with Fenics and wanted to try the Dolfin demo
> "demo_auto-adaptive_poisson" in Python. However, when running it I get the
> following error:
>
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/usr/lib/python2.7/dist-packages/dolfin/__init__.py", line 16, in
> <module>
>     import cpp
>   File "/usr/lib/python2.7/dist-packages/dolfin/cpp/__init__.py", line 40,
> in <module>
>     exec("import %s" % module_name)
>   File "<string>", line 1, in <module>
> ImportError: No module named common
>
> I'm on ubuntu 13.10. Would anyone be able to help me with this problem?

You should consider upgrading to 14.04 since 13.10 is no longer
supported by Ubuntu. However, try installing the packages from the
FEniCS PPA by following the instructions given on the website:

http://fenicsproject.org/download/ubuntu_details.html#ubuntu-ppa

That should fix the problem.

Johannes
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to