Re: Test failures with pylucene-2.4.1-1

2011-02-25 Thread tuxdna
>> I built pylucene-2.4.1-1 on Fedora 14. >> ( https://tuxdna.wordpress.com/2011/02/25/pylucene-on-fedora-14/ ) >> >> When I did make test, I found test failures which I am pasting below: > > This looks like a version of jcc "too new" for this old a pylucene is used. > Which version of jcc did you

Re: pass compressed string

2011-02-25 Thread Andi Vajda
On Feb 25, 2011, at 5:57, Roman Chyla wrote: Hi Andi, Thanks, the JArray_byte() does what I needed - I was (wrongly) passing bytestring (which I think got automatically converted to unicode) and trying to get bytes of that string was not correct. Though it would be interesting to find out if

Re: Test failures with pylucene-2.4.1-1

2011-02-25 Thread Andi Vajda
On Feb 25, 2011, at 4:34, tuxdna wrote: Hi, I built pylucene-2.4.1-1 on Fedora 14. ( https://tuxdna.wordpress.com/2011/02/25/pylucene-on-fedora-14/ ) When I did make test, I found test failures which I am pasting below: This looks like a version of jcc "too new" for this old a pylucene is

Re: pass compressed string

2011-02-25 Thread Roman Chyla
Hi Andi, Thanks, the JArray_byte() does what I needed - I was (wrongly) passing bytestring (which I think got automatically converted to unicode) and trying to get bytes of that string was not correct. Though it would be interesting to find out if it is possible to pass string and get the bytes i

Test failures with pylucene-2.4.1-1

2011-02-25 Thread tuxdna
Hi, I built pylucene-2.4.1-1 on Fedora 14. ( https://tuxdna.wordpress.com/2011/02/25/pylucene-on-fedora-14/ ) When I did make test, I found test failures which I am pasting below: ===BEGIN=== find test -name 'test_*.py' | xargs -t -n 1 /usr/bin/p