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
Date 2010-02-11.09:51:05
SpamBayes Score 0.00034007218
Marked as misclassified No
Message-id <1265881868.47.0.247170151506.issue7774@psf.upfronthosting.co.za>
In-reply-to
Content
Similar failures with or without argv 0:

 ~ $ sh -c 'exec -a missing ./python -c "import sys; print sys.executable"'
/home/user/dev/python/trunk/

 ~ $ sh -c 'exec -a "" ./python -c "import sys; print sys.executable"'
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
/usr/bin/python
History
Date User Action Args
2010-02-11 09:51:08floxsetrecipients: + flox, pitrou, schmir, tarek, jnoller, ezio.melotti
2010-02-11 09:51:08floxsetmessageid: <1265881868.47.0.247170151506.issue7774@psf.upfronthosting.co.za>
2010-02-11 09:51:06floxlinkissue7774 messages
2010-02-11 09:51:05floxcreate