Package: python-logilab-astng Severity: serious Version: 0.19.0-2 python-logilab-astng (and thus pylint, python-django-lint et. al) becomes unusable when upgrading from stable. From a clean lenny chroot:
la...@sakaki(lenny-amd64):~% sudo apt-get install python-logilab-astng
[..]
la...@sakaki(lenny-amd64):~% python -c "from logilab import astng"
la...@sakaki(lenny-amd64):~% echo $?
0
Now, after dist-upgrading this chroot to squeeze:
la...@sakaki(lenny-amd64):~% python -c "from logilab import astng"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: cannot import name astng
I can make it work by manually removing
/usr/lib/python2.5/site-packages/logilab
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected]
`-
signature.asc
Description: PGP signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

