Message948

Author kzuberi
Recipients
Date 2005-12-06.23:09:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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

History
Date User Action Args
2008-02-20 17:17:20adminlinkissue1114375 messages
2008-02-20 17:17:20admincreate