Message172468
Try prefixing "doesnotexist" with the same dirname as sys.executable
(i.e. `os.path.join(os.path.dirname(sys.executable), "doesnotexist")`).
Python under Unix uses its own path to determine where the standard library is, and it does so by inspecting argv[0]. |
|
| Date |
User |
Action |
Args |
| 2012-10-09 10:15:45 | pitrou | set | recipients:
+ pitrou, chris.jerdonek |
| 2012-10-09 10:15:44 | pitrou | set | messageid: <1349777744.97.0.575088079752.issue16170@psf.upfronthosting.co.za> |
| 2012-10-09 10:15:44 | pitrou | link | issue16170 messages |
| 2012-10-09 10:15:44 | pitrou | create | |
|