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 flox
Recipients ezio.melotti, flox, jnoller, pitrou, schmir, tarek, vstinner
Date 2010-03-11.02:29:16
SpamBayes Score 0.0005560135
Marked as misclassified No
Message-id <1268274559.43.0.291976868544.issue7774@psf.upfronthosting.co.za>
In-reply-to
Content
Actually there's 3 steps to fix this:
1) do not absolutize the sys.executable if it is empty (in Modules/getpath.c)
2) change sysconfig.py to deal with empty sys.executable (see this patch)
3) do a best effort to provide a valid sys.executable.
   It should be possible in most cases.

See message above for details on (3):
http://bugs.python.org/issue7774#msg98284

Patch attached for (2). (Fixes tests)
History
Date User Action Args
2010-03-11 02:29:19floxsetrecipients: + flox, pitrou, vstinner, schmir, tarek, jnoller, ezio.melotti
2010-03-11 02:29:19floxsetmessageid: <1268274559.43.0.291976868544.issue7774@psf.upfronthosting.co.za>
2010-03-11 02:29:17floxlinkissue7774 messages
2010-03-11 02:29:17floxcreate