Issue1343

classification
Title: jython2.5rc1 jython.bat fails
Type: Severity: critical
Components: Core Versions: 25rc4
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: fwierzbicki, pjenvey, r_walter
Priority: urgent Keywords:

Created on 2009-05-11.20:28:20 by r_walter, last changed 2009-05-12.01:37:04 by pjenvey.

Messages
msg4673 (view) Author: Roland Walter (r_walter) Date: 2009-05-11.20:28:18
I installaed jython2.5rc1 on Windows XP in c:\jython2.5rc1. Then I 
changed to this directory and typed .\jython.bat. As you see below the 
script failed. The environment variable JYTHON_HOME is set to the 
installation directory.

C:\jython2.5rc1>.\jython.bat
Exception in thread "main" java.lang.UnsatisfiedLinkError: 
org.python.jline.Wind
owsTerminal.getConsoleMode()I
        at org.python.jline.WindowsTerminal.getConsoleMode(Native 
Method)
        at 
org.python.jline.WindowsTerminal.initializeTerminal(WindowsTerminal.j
ava:242)
        at org.python.jline.Terminal.setupTerminal(Terminal.java:75)
        at org.python.util.JLineConsole.<init>(JLineConsole.java:49)
        at org.python.util.JLineConsole.<init>(JLineConsole.java:33)
        at org.python.util.JLineConsole.<init>(JLineConsole.java:29)
        at org.python.util.jython.newInterpreter(jython.java:329)
        at org.python.util.jython.run(jython.java:156)
        at org.python.util.jython.main(jython.java:117)

C:\jython2.5rc1>
msg4674 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2009-05-11.20:42:59
Temporary workaround: uncomment this line in the registry file in
Jython's root directory:

#python.console=org.python.util.InteractiveConsole
msg4675 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2009-05-11.21:50:15
Should be fixed in RC2
http://downloads.sourceforge.net/jython/jython_installer-2.5rc2.jar
msg4676 (view) Author: Philip Jenvey (pjenvey) Date: 2009-05-12.01:37:04
Jython 2.5 r_walter candidate 2

thanks Ronald
History
Date User Action Args
2009-05-12 01:37:04pjenveysetstatus: open -> closed
resolution: fixed
messages: + msg4676
nosy: + pjenvey
2009-05-11 21:50:23fwierzbickisetassignee: fwierzbicki
2009-05-11 21:50:15fwierzbickisetmessages: + msg4675
2009-05-11 20:42:59fwierzbickisetmessages: + msg4674
2009-05-11 20:39:38fwierzbickisetpriority: urgent
nosy: + fwierzbicki
2009-05-11 20:28:20r_waltercreate