← Back to team overview

ffc team mailing list archive

[Bug 463105] Re: ImportError: No module named ufl.log

 

Since there hasn't been any feedback on the suggested fix, I'll
invalidate this bug.

** Changed in: ffc
       Status: New => Invalid

-- 
ImportError: No module named ufl.log
https://bugs.launchpad.net/bugs/463105
You received this bug notification because you are subscribed to FFC.

Status in FEniCS Form Compiler: Invalid

Bug description:
I am kind of new here. I just got my dolfin worked, with ffc-0.7.0 installed.  I was trying the Poisson Enq demo, when I entered #ffc -l dolfin Poisson.ufl,  I got the following error:

Traceback (most recent call last):
  File "/usr/bin/ffc", line 23, in <module>
    from ufl.log import UFLException
ImportError: No module named ufl.log

I also tried ffc-0.6.2 and the latest snapshot, but I got the same errors. I do have the Poisson ufl file in the right directory. I don't know why it's not working.

Any help would be appreciated.
 
p.s. I always use
#sudo python setup.py install
 to install ffc packages.

Jeff