[issue5408] test_osx_env failing
Ned Deily
report at bugs.python.org
Tue Mar 3 08:55:55 CET 2009
Ned Deily <nad at acm.org> added the comment:
ANALYSIS In a non-framework build, when PYTHONEXECUTABLE is set to a
invalid value, getpath.c is unable to determine appropriate
values for sys.prefix and sys.path so the interpreter fails
in initialization.
SOLUTION Simplify the test and supply appropriate values so the test
works for both framework and non-framework builds.
APPLIES py3k, 3.0
Added file: http://bugs.python.org/file13232/patch-nad0021-py3k-30.txt
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5408>
_______________________________________
More information about the Python-bugs-list
mailing list