Message6693

Author amak
Recipients amak, nmgv805
Date 2011-11-02.22:58:08
SpamBayes Score 0.00032106217
Marked as misclassified No
Message-id <1320274688.73.0.462072902529.issue1810@psf.upfronthosting.co.za>
In-reply-to
Content
Have you tried different values for the python.console property in the registry file? Here are the options in my registry file

# Jython ships with a JLine console (http://jline.sourceforge.net/)
# out of the box. Setting this to the name of a different console class,
# new console features can be enabled. Readline support is such an
# example:
#python.console=org.python.util.ReadlineConsole
#python.console.readlinelib=JavaReadline
# To activate the legacy Jython console:
#python.console=org.python.util.InteractiveConsole

I recommend trying the "legacy Jython console".
History
Date User Action Args
2011-11-02 22:58:08amaksetmessageid: <1320274688.73.0.462072902529.issue1810@psf.upfronthosting.co.za>
2011-11-02 22:58:08amaksetrecipients: + amak, nmgv805
2011-11-02 22:58:08amaklinkissue1810 messages
2011-11-02 22:58:08amakcreate