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
Thanks
Alexandra
On 02/04/14 16:50, Johannes Ring wrote:
[Please keep fenics-support in Cc]
On Wed, Apr 2, 2014 at 5:38 PM, Alexandra Diem <[email protected]> wrote:
thanks for your quick reply! Yes, python-ffc is installed, the output of the
command you gave me is
ii python-ffc 1.3.0-3~ppa1~saucy1 amd64 compiler
for finite element variational forms
Good. What happens if you do python -c "import ffc;print ffc.__version__"?
Johannes
_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support