ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #03260
Re: Buildbot problems
On Wed, Dec 9, 2009 at 5:32 PM, Anders Logg <logg@xxxxxxxxx> wrote:
> Johannes, there seems to be a problem with the buildbots.
> They are failing for FFC with the message
>
> from ffc.compiler import compile
> ImportError: cannot import name compile
>
> I had the same on my machine just now and I fixed it by removing both
> my FFC installation and the build directory and then a reinstall.
>
> Does the buildbot not remove those before reinstalling?
No, it runs 'python setup.py clean' and 'rm -rf build' but it doesn't
do anything with the old installed files. Unfortunately, distutils
doesn't allow to uninstall. I will remove the old files manually.
Johannes
References