On Wed, Apr 2, 2014 at 5:53 PM, Alexandra Diem <[email protected]> wrote: > The output is > > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "/usr/lib/python2.7/dist-packages/ffc/__init__.py", line 21, in > <module> > from ffc.jitcompiler import jit > File "/usr/lib/python2.7/dist-packages/ffc/jitcompiler.py", line 38, in > <module> > from ufl.domains import as_domain > ImportError: No module named domains > > > But I do have python-ufl > > dpkg -l | grep python-ufl > ii python-ufl 1.3.0+git20140220~ppa1~saucy1-1 all unified > language for form-compilers > ii python-ufl-doc 1.3.0+git20140220~ppa1~saucy1-1 all > documentation and demos for UFL
This is packages from the fenics-dev PPA. Removing the packages from this PPA and installing the ones from the stable FEniCS PPA instead should fix this problem. Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
