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 Jon Ribbens
Recipients Jon Ribbens
Date 2015-08-06.10:28:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438856901.35.0.951815503778.issue24807@psf.upfronthosting.co.za>
In-reply-to
Content
If you are installing Python 2.7.10 and a previous version of 2.7 was already installed, the installation processs can fail when compileall.py finds badly-written third-party modules in the site-packages or dist-packages directories.

The installation process should either ignore errors from compileall.py, or compileall.py should be told to ignore the site-packages and dist-packages directories.
History
Date User Action Args
2015-08-06 10:28:21Jon Ribbenssetrecipients: + Jon Ribbens
2015-08-06 10:28:21Jon Ribbenssetmessageid: <1438856901.35.0.951815503778.issue24807@psf.upfronthosting.co.za>
2015-08-06 10:28:21Jon Ribbenslinkissue24807 messages
2015-08-06 10:28:20Jon Ribbenscreate