[issue3279] import of site.py fails on startup

Amaury Forgeot d'Arc report at bugs.python.org
Mon Aug 25 11:32:43 CEST 2008


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

Attached patch writes the "'import site' failed" message to libc stderr
instead of sys.stderr, which does not exist at this point.

The initial problem still remains: site.py cannot use the "open" builtin.

----------
keywords: +patch
Added file: http://bugs.python.org/file11241/import-site.patch

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


More information about the Python-bugs-list mailing list