Re: PyLucene 2.9.0 sources available for testing

2009-10-01 Thread Andi Vajda
On Fri, 2 Oct 2009, Atsuo Ishimoto wrote: On Wed, Sep 30, 2009 at 7:10 AM, Andi Vajda wrote: If you're on a different platform and have some spare cycles, I'd be curious to see if all unit tests pass on your platform. Hi, All unit tests passed on Windows Vista with Python2.6.2, VC9 and J

Re: PyLucene 2.9.0 sources available for testing

2009-10-01 Thread Atsuo Ishimoto
On Wed, Sep 30, 2009 at 7:10 AM, Andi Vajda wrote: > If you're on a different platform and have some spare cycles, I'd be curious > to see if all unit tests pass on your platform. > Hi, All unit tests passed on Windows Vista with Python2.6.2, VC9 and JDK 1.6.0_16. Regards, --

Re: PyLucene 2.9.0 sources available for testing

2009-09-30 Thread Andi Vajda
On Wed, 30 Sep 2009, Aric Coady wrote: On Sep 29, 2009, at 3:10 PM, Andi Vajda wrote: With the recent release of Java Lucene 2.9.0, a PyLucene 2.9.0 release is in the works. I just completed the first rev of this and checked it into svn trunk. So far, I've only tested it on Mac OS X 10.6 with

Re: PyLucene 2.9.0 sources available for testing

2009-09-30 Thread Aric Coady
On Sep 29, 2009, at 3:10 PM, Andi Vajda wrote: With the recent release of Java Lucene 2.9.0, a PyLucene 2.9.0 release is in the works. I just completed the first rev of this and checked it into svn trunk. So far, I've only tested it on Mac OS X 10.6 with 64-bit Python. All unit tests pass

Re: PyLucene 2.9.0 sources available for testing

2009-09-30 Thread Aaron Lav
On Tue, Sep 29, 2009 at 05:01:06PM -0700, Andi Vajda wrote: > > On Tue, 29 Sep 2009, Aaron Lav wrote: > >> On Tue, Sep 29, 2009 at 03:10:01PM -0700, Andi Vajda wrote: >>> >>> With the recent release of Java Lucene 2.9.0, a PyLucene 2.9.0 release is >>> in the works. I just completed the first rev o

Re: PyLucene 2.9.0 sources available for testing

2009-09-29 Thread Andi Vajda
On Tue, 29 Sep 2009, Bill Janssen wrote: I think it would make sense to make that the default on OS X 10.6, even though it would take longer to compile. What I was trying to say about Python on 10.6 is that you can't tell whether the user will be running /usr/bin/python 32-bit or 64-bit, becau

Re: PyLucene 2.9.0 sources available for testing

2009-09-29 Thread Bill Janssen
Andi Vajda wrote: > >> Andi Vajda wrote: > >> > >>> The new Mac OS X 10.6 section of the Makefile makes use of the new --arch > >>> JCC command line parameter that makes it possible to override the -arch > >>> settings Python was configured with. Even though Mac OS X 10.6 is only > >>> availabl

Re: PyLucene 2.9.0 sources available for testing

2009-09-29 Thread Andi Vajda
On Tue, 29 Sep 2009, Andi Vajda wrote: On Tue, 29 Sep 2009, Bill Janssen wrote: Andi Vajda wrote: The new Mac OS X 10.6 section of the Makefile makes use of the new --arch JCC command line parameter that makes it possible to override the -arch settings Python was configured with. Even th

Re: PyLucene 2.9.0 sources available for testing

2009-09-29 Thread Andi Vajda
On Tue, 29 Sep 2009, Bill Janssen wrote: Andi Vajda wrote: The new Mac OS X 10.6 section of the Makefile makes use of the new --arch JCC command line parameter that makes it possible to override the -arch settings Python was configured with. Even though Mac OS X 10.6 is only available on Int

Re: PyLucene 2.9.0 sources available for testing

2009-09-29 Thread Andi Vajda
On Tue, 29 Sep 2009, Aaron Lav wrote: On Tue, Sep 29, 2009 at 03:10:01PM -0700, Andi Vajda wrote: With the recent release of Java Lucene 2.9.0, a PyLucene 2.9.0 release is in the works. I just completed the first rev of this and checked it into svn trunk. So far, I've only tested it on Mac OS

Re: PyLucene 2.9.0 sources available for testing

2009-09-29 Thread Bill Janssen
Andi Vajda wrote: > The new Mac OS X 10.6 section of the Makefile makes use of the new --arch > JCC command line parameter that makes it possible to override the -arch > settings Python was configured with. Even though Mac OS X 10.6 is only > available on Intel platforms, the Mac OS X 10.6 Pyt

Re: PyLucene 2.9.0 sources available for testing

2009-09-29 Thread Aaron Lav
On Tue, Sep 29, 2009 at 03:10:01PM -0700, Andi Vajda wrote: > > With the recent release of Java Lucene 2.9.0, a PyLucene 2.9.0 release is > in the works. I just completed the first rev of this and checked it into > svn trunk. So far, I've only tested it on Mac OS X 10.6 with 64-bit > Python. > >