Christian Heimes added the comment:
I proposed to the maintainer that he should change one line to
dpkg -L python2.5 | sed -n '/\.py$/p'
In the mean time you can easily fix the issue with:
sudo find /usr/lib/python2.5 -name '*.py[co]' -delete
sudo python2.5 /usr/lib/python2.5/compileall.py /usr/lib/python2.5/
sudo python2.5 -O /usr/lib/python2.5/compileall.py /usr/lib/python2.5/
__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1665>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com