Issue1341

classification
Title: sys.executable regression on 2.5b4
Type: Severity: normal
Components: Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: kfitch42, pjenvey
Priority: Keywords:

Created on 2009-05-07.16:37:25 by kfitch42, last changed 2009-05-07.20:26:27 by pjenvey.

Messages
msg4654 (view) Author: Kevin Fitch (kfitch42) Date: 2009-05-07.16:37:24
In 2.5b3 sys.executable is the path to the jython command, under 2.5b4
it is None. This causes problems installing some things via setup.py (in
particular mox).
msg4656 (view) Author: Philip Jenvey (pjenvey) Date: 2009-05-07.20:26:26
The sys.executable value is passed to Jython via its command line 
script. These scripts haven't significantly changed since 2.5b3, make 
sure you're running Jython via the correct one

I'm closing this out because I can't reproduce it on OS X, however if 
you find you're using the correct script and it's still a problem please 
reopen and let us know what plaform this happens on
History
Date User Action Args
2009-05-07 20:26:27pjenveysetstatus: open -> closed
resolution: fixed
messages: + msg4656
nosy: + pjenvey
2009-05-07 16:37:25kfitch42create