Re: jython failure in F13

2010-06-08 Thread Eric Brunson
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

Re: jython failure in F13

2010-06-08 Thread Andrew Overholt
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=

Re: jython failure in F13

2010-06-07 Thread Eric Brunson
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'

Re: jython failure in F13

2010-06-07 Thread Andrew Overholt
* 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

Re: jython failure in F13

2010-06-07 Thread Andrew Overholt
* 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 >

Re: jython failure in F13

2010-06-07 Thread Eric Brunson
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

Re: jython failure in F13

2010-06-07 Thread Andrew Overholt
> 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

jython failure in F13

2010-06-07 Thread Eric Brunson
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.