Message100850
There is a 4th case about sys.executable: If argv[0] is an empty string, Python search the absolute path of "python" (hardcoded program name). The result is /usr/bin/python in my Linux box, whereas the real program name should be /opt/pythontrunk/bin/python. I think that this case is a bug and should be fixed. |
|
| Date |
User |
Action |
Args |
| 2010-03-11 13:28:27 | vstinner | set | recipients:
+ vstinner, ronaldoussoren, pitrou, schmir, tarek, jnoller, ezio.melotti, flox |
| 2010-03-11 13:28:27 | vstinner | set | messageid: <[email protected]> |
| 2010-03-11 13:28:26 | vstinner | link | issue7774 messages |
| 2010-03-11 13:28:26 | vstinner | create | |
|