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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, rupole
Date 2008-07-04.11:47:26
SpamBayes Score 0.015545537
Marked as misclassified No
Message-id <1215172047.95.0.519738559374.issue3279@psf.upfronthosting.co.za>
In-reply-to
Content
This happens if the site-packages directory contains a .pth file.

This was unnoticed because the usual message
   'import site' failed; use -v for traceback
is never printed: sys.stderr is empty before the call to initstdio().
History
Date User Action Args
2008-07-04 11:47:28amaury.forgeotdarcsetspambayes_score: 0.0155455 -> 0.015545537
recipients: + amaury.forgeotdarc, rupole
2008-07-04 11:47:27amaury.forgeotdarcsetspambayes_score: 0.0155455 -> 0.0155455
messageid: <1215172047.95.0.519738559374.issue3279@psf.upfronthosting.co.za>
2008-07-04 11:47:27amaury.forgeotdarclinkissue3279 messages
2008-07-04 11:47:26amaury.forgeotdarccreate