This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, gvanrossum, thekorn |
| Date | 2007年12月20日.06:13:57 |
| SpamBayes Score | 0.10987194 |
| Marked as misclassified | No |
| Message-id | <1198131237.66.0.279888613.issue1665@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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/ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007年12月20日 06:13:57 | christian.heimes | set | spambayes_score: 0.109872 -> 0.10987194 recipients: + christian.heimes, gvanrossum, thekorn |
| 2007年12月20日 06:13:57 | christian.heimes | set | spambayes_score: 0.109872 -> 0.109872 messageid: <1198131237.66.0.279888613.issue1665@psf.upfronthosting.co.za> |
| 2007年12月20日 06:13:57 | christian.heimes | link | issue1665 messages |
| 2007年12月20日 06:13:57 | christian.heimes | create | |