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 tarek
Recipients brian.curtin, dino.viehland, michael.foord, tarek
Date 2009-10-24.14:41:07
SpamBayes Score 2.8465309e-05
Marked as misclassified No
Message-id <1256395270.04.0.310895237399.issue7071@psf.upfronthosting.co.za>
In-reply-to
Content
Notice that install_lib has a --no-compile option that can be used to
avoid compiling .pyc/.pyo files.

What I am adding now is just a gentle warning in case a compilation is
tried and sys.dont_write_bytecode is True, so the installation may
proceed nevertheless and it doesn't through an error.

For the 2.6 backport, it can be added in 2.6.5 I guess,
History
Date User Action Args
2009-10-24 14:41:10tareksetrecipients: + tarek, dino.viehland, michael.foord, brian.curtin
2009-10-24 14:41:10tareksetmessageid: <1256395270.04.0.310895237399.issue7071@psf.upfronthosting.co.za>
2009-10-24 14:41:07tareklinkissue7071 messages
2009-10-24 14:41:07tarekcreate