[issue3279] import of site.py fails on startup

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jul 4 13:47:27 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

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().

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3279>
_______________________________________


More information about the Python-bugs-list mailing list