On 06/08/2010 07:38 AM, Andrew Overholt wrote:
> Hi,
>
> * Eric Brunson [2010-06-07 19:09]:
>
>> The pathnames in the jython wrapper script to libreadline-java were pointing
>> to
>> /usr/lib64. I'm on x86, so I don't have anything in that directory.
On 06/07/2010 03:31 PM, Andrew Overholt wrote:
* Andrew Overholt [2010-06-07 17:30]:
* Eric Brunson [2010-06-07 17:13]:
On 06/07/2010 02:08 PM, Andrew Overholt wrote:
I just installed jython via yum and get the following.
I have jython-2.2.1-4.4.fc13 and I
On 06/07/2010 02:08 PM, Andrew Overholt wrote:
>> I just installed jython via yum and get the following.
>>
> I have jython-2.2.1-4.4.fc13 and I don't get any errors. If you run the
> following in a terminal, do you get any output?
>
>rpm -qV jython
>
Returns no errors (no output at
I just installed jython via yum and get the following.
ebrunsonlx(~)$ jython
Jython 2.2.1 on java1.6.0_18
Exception in thread "main" java.lang.NoClassDefFoundError:
org/gnu/readline/ReadlineLibrary
at org.python.util.ReadlineConsole.(Unknown Source)
at org.python.util.