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. I
>> changed
>> two lines in /usr/bin/j
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. I
> changed
> two lines in /usr/bin/jython:
>
>
> BASE_FLAGS="$BASE_FLAGS -Djava.library.path=
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 don'
* 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 don't get any errors. If you run the
> > >following in a terminal, do
* 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 don't get any errors. If you run the
> >following in a terminal, do you get any output?
> >
> > rpm -qV jython
>
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.
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
Andrew
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription opt
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.