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 ned.deily
Recipients benjamin.peterson, ned.deily, ronaldoussoren
Date 2009-03-03.07:55:29
SpamBayes Score 4.7390904e-07
Marked as misclassified No
Message-id <1236066955.07.0.841718871612.issue5408@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-03-03 07:56:05ned.deilysetrecipients: + ned.deily, ronaldoussoren, benjamin.peterson
2009-03-03 07:55:55ned.deilysetmessageid: <1236066955.07.0.841718871612.issue5408@psf.upfronthosting.co.za>
2009-03-03 07:55:49ned.deilylinkissue5408 messages
2009-03-03 07:55:48ned.deilycreate