← Back to team overview

dolfin team mailing list archive

Problem compiling forms

 

Hi,

I get the following error when compiling my forms using the deb-packages for dolfin/ufc/ffc/fiat:

$ ffc -l dolfin Wave.form
*** Warning: Unable to reorder entities. You need to patch or update your
*** Warning: installation of FIAT. Variable numbering_scheme is missing.
*** Warning: Results may be incorrect for higher order elements on tets
Traceback (most recent call last):
 File "/usr/bin/ffc", line 26, in <module>
   from ffc.common.debug import *
File "/usr/lib/python2.5/site-packages/ffc/__init__.py", line 14, in <module>
   from ffc.fem.finiteelement import FiniteElement
File "/usr/lib/python2.5/site-packages/ffc/fem/finiteelement.py", line 14, in <module>
   from FIAT.shapes import *
File "/usr/lib/python2.5/site-packages/FIAT/shapes.py", line 19, in <module>
   import numbering
ImportError: No module named numbering



Any ideas what is wrong?

Cheers,
Jesper


Follow ups