Message 99203 - Python tracker
Message99203
| 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:08 | flox | set | recipients: + flox, pitrou, schmir, tarek, jnoller, ezio.melotti |
| 2010-02-11 09:51:08 | flox | set | messageid: <1265881868.47.0.247170151506.issue7774@psf.upfronthosting.co.za> |
| 2010-02-11 09:51:06 | flox | link | issue7774 messages |
| 2010-02-11 09:51:05 | flox | create | |