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 ronaldoussoren
Recipients benjamin.peterson, ned.deily, ronaldoussoren
Date 2009-03-04.23:12:58
SpamBayes Score 0.0013421181
Marked as misclassified No
Message-id <1236208379.79.0.128110076534.issue5408@psf.upfronthosting.co.za>
In-reply-to
Content
The effect on sys.executable is always present, the test is only valid for 
a framework build because that's the only build that can find sys.prefix 
without looking at sys.executable.  Setting PYTHONEXECUTABLE with a non-
framework build is only valid if the value of the variable point's to a 
python executable in the right location within the installation tree.
History
Date User Action Args
2009-03-04 23:13:00ronaldoussorensetrecipients: + ronaldoussoren, benjamin.peterson, ned.deily
2009-03-04 23:12:59ronaldoussorensetmessageid: <1236208379.79.0.128110076534.issue5408@psf.upfronthosting.co.za>
2009-03-04 23:12:58ronaldoussorenlinkissue5408 messages
2009-03-04 23:12:58ronaldoussorencreate