This <https://bitbucket.org/fenics-project/ffc/commits/ec0a88eb78b7> fixed it. Thanks!
--Nico On Mon, Feb 24, 2014 at 2:32 PM, Nico Schlömer <[email protected]> wrote: > Hi all, > > on a clean FFC build from master, I'm getting > > ================ *snip* ================ > In [2]: import ffc > --------------------------------------------------------------------------- > ImportError Traceback (most recent call last) > <ipython-input-2-4f2ff65e15ee> in <module>() > ----> 1 import ffc > > /home/nschloe/Work/FEniCS/lib/python2.7/site-packages/ffc/__init__.py > in <module>() > 19 > 20 # Import JIT compiler > ---> 21 from ffc.jitcompiler import jit > 22 > 23 # Import default parameters > > /home/nschloe/Work/FEniCS/lib/python2.7/site-packages/ffc/jitcompiler.py > in <module>() > 31 import os, sys > 32 import instant > ---> 33 import ufc > 34 > 35 # UFL modules > > /home/nschloe/Work/FEniCS/lib/python2.7/site-packages/ufc/__init__.py > in <module>() > 5 > 6 # Import Python versions of the abstract classes in the UFC interface > ----> 7 from ufc import (cell, function, form, finite_element, dofmap, > 8 cell_integral, exterior_facet_integral, interior_facet_integral, > 9 point_integral, quadrature_integral, > > ImportError: cannot import name cell > ================ *snap* ================ > > Anyone else? > > --Nico _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
