Message9003

Author gerlich
Recipients gerlich
Date 2014-09-15.06:58:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410764287.47.0.60736635251.issue2212@psf.upfronthosting.co.za>
In-reply-to
Content
Using embedded jython.
from interpreter, using execfile to call a script.
The script contains "import readline" which throws an exception:
ImportError: Cannot access JLineConsole reader

Same exact script works great when called from jython console
History
Date User Action Args
2014-09-15 06:58:07gerlichsetrecipients: + gerlich
2014-09-15 06:58:07gerlichsetmessageid: <1410764287.47.0.60736635251.issue2212@psf.upfronthosting.co.za>
2014-09-15 06:58:07gerlichlinkissue2212 messages
2014-09-15 06:58:06gerlichcreate