Message948
Logged In: YES
user_id=18288
I noticed the same error when setting up readline support.
It so happens that if the registry file has
python.console=org.util.ReadlineConsole
but python.console.readlinelib is commented out, then
exactly this error is raised (its defaulted to EditLine in
org.python.util.ReadlineConsole). In my case adding
python.console.readlinelib=GnuReadline
and properly setting up libreadline-java fixes the problem.
So i think this report was likely a configuration error on
the users part or perhaps in the debian jython package.
- kz
|
|
Date |
User |
Action |
Args |
2008-02-20 17:17:20 | admin | link | issue1114375 messages |
2008-02-20 17:17:20 | admin | create | |
|