[issue7774] sys.executable: wrong location if zeroth command argument is modified.

Ronald Oussoren report at bugs.python.org
Thu Mar 11 07:58:12 CET 2010


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

This doesn't fail on OSX when using a framework build of Python because that uses a different way to find sys.prefix: in Python.framework the shared library with the interpreter (libpython.so on Linux) is always in a known location relative to sys.prefix.

----------
nosy: +ronaldoussoren

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


More information about the Python-bugs-list mailing list