Message3536
Jython 2.5a3 on my Linux (Ubuntu) fails to find the Readline library:
$ ./jython
Exception in thread "main" java.lang.NoClassDefFoundError:
org/gnu/readline/ReadlineLibrary
at org.python.util.ReadlineConsole.<init>(ReadlineConsole.java:38)
...
The matter is connected to the use of bootclasspath: using the --verify
option makes it work.
$ ./jython --verify
Jython 2.5a3 (trunk:5315:5317, Sep 10 2008, 20:54:23)
[Java HotSpot(TM) Server VM (Sun Microsystems Inc.)] on java1.6.0
Type "help", "copyright", "credits" or "license" for more information.
>>> |
|
Date |
User |
Action |
Args |
2008-09-13 20:38:34 | boisgera | set | recipients:
+ boisgera |
2008-09-13 20:38:34 | boisgera | set | messageid: <1221338314.15.0.8181641345.issue1129@psf.upfronthosting.co.za> |
2008-09-13 20:38:34 | boisgera | link | issue1129 messages |
2008-09-13 20:38:33 | boisgera | create | |
|