Steve Langasek <vor...@debian.org> writes:

> django-pipeline fails to build in unstable with the following error:

Was this on a clean unstable system?

Am wondering if maybe there is something else installed that is badly
interacting with the build process.

Have traced through the code, and all it should be doing in the failing
test is:

to_class('pipeline.compressors.yuglify.YuglifyCompressor')

which in turn returns:

importlib.import_module('pipeline.compressors.yuglify').YuglifyCompressor

I don't see why this should be failing. Particularly as the message
makes it clear that this symbol can be loaded.
-- 
Brian May <b...@debian.org>

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to