Message11716

Author jeff.allen
Recipients airshiplay, jeff.allen, stefan.richthofer
Date 2018-02-25.20:35:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519590911.05.0.467229070634.issue2621@psf.upfronthosting.co.za>
In-reply-to
Content
2.7.1 was good advice.

I believe the problem is that with Jython launched this way, sys.executable is None in 2.7.0. This is technically allowed, but not always catered for. 

In 2.7.1 and 2.7.2a1+, sys.executable names the jython.exe in these circumstances (so it's fixed). Keeps popping up, though (#222830, #1069, #2161). For jython-standalone, more or less by definition, there is no right answer.

I suggest we close this. (Shout if I'm wrong.)
History
Date User Action Args
2018-02-25 20:35:11jeff.allensetmessageid: <1519590911.05.0.467229070634.issue2621@psf.upfronthosting.co.za>
2018-02-25 20:35:11jeff.allensetrecipients: + jeff.allen, stefan.richthofer, airshiplay
2018-02-25 20:35:11jeff.allenlinkissue2621 messages
2018-02-25 20:35:10jeff.allencreate