[Ffc] Problem with Windows buildbot

2009-12-11 Thread Anders Logg
All buildbots for FFC are green except Windows. I assume some old installation is not being correctly overwritten and needs to be cleaned out: from ffc.compiler import compile_form, compile_element ImportError: cannot import name compile_form We've done a major reorganization (simplification)

Re: [Ffc] Problem with Windows buildbot

2009-12-11 Thread Johannes Ring
On Fri, Dec 11, 2009 at 7:59 PM, Anders Logg wrote: > All buildbots for FFC are green except Windows. I assume some old > installation is not being correctly overwritten and needs to be > cleaned out: > >  from ffc.compiler import compile_form, compile_element >  ImportError: cannot import name co