← Back to team overview

dolfin team mailing list archive

Error message on FFC

 

Hi,

I am trying to install the snapshot dolfin and ffc and found an error
message when I start ffc:

=========================================
Traceback (most recent call last):
  File "/scratch/minh/prog/bin/ffc", line 21, in ?
    from ffc.common.debug import *
  File "/scratch/minh/prog/lib/python2.3/site-packages/ffc/__init__.py",
line 8, in ?
    from ffc.compiler.compiler import *
  File
"/scratch/minh/prog/lib/python2.3/site-packages/ffc/compiler/compiler.py", line 37, in ?
    from codegeneration.tensor import *
ImportError: No module named tensor
==========================================

Then if I comments two lines in compiler.py is working!!!

# FFC code generation modules
#from codegeneration.tensor import *
#from codegeneration.quadrature import *


Is this OK to do so ?

/ Minh



Follow ups