Message12430

Author jeff.allen
Recipients jeff.allen, venkat_jython
Date 2019-04-10.08:33:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554885222.23.0.379995790771.issue2756@roundup.psfhosted.org>
In-reply-to
Content
This is a duplicate of issue #2620, fixed for 2.7.2 when it emerges.

It happens where the DLL from the Python 2 on your system differs from the one with which the Jython launcher was built. You can launch directly with a java command, something like:

java -Xmx512m -Xss2560k -classpath "dist\jython-dev.jar;dist\javalib\*;." "-Dpython.launcher.tty=true" org.python.util.jython myprog.py

"myprog.py" here is whatever would go after the jython command. The quotes are necessary on MS PowerShell; it may be different for CMD.
History
Date User Action Args
2019-04-10 08:33:42jeff.allensetmessageid: <1554885222.23.0.379995790771.issue2756@roundup.psfhosted.org>
2019-04-10 08:33:42jeff.allensetrecipients: + jeff.allen, venkat_jython
2019-04-10 08:33:42jeff.allenlinkissue2756 messages
2019-04-10 08:33:42jeff.allencreate