Thanks, great work. I ran into minor build issues (also using Python 3.1.2 on Mac OS X 10.6):
BUILD FAILED pylucene3/lucene-modules-4.0/build.xml:31: The following error occurred while executing this line: pylucene3/lucene-modules-4.0/analysis/build.xml:31: The following error occurred while executing this line: pylucene3/lucene-modules-4.0/analysis/common/build.xml:30: Cannot find ../../../lucene/contrib/contrib-build.xml imported from pylucene3/lucene-modules-4.0/analysis/common/build.xml BUILD FAILED pylucene3/lucene-modules-4.0/build.xml:31: The following error occurred while executing this line: pylucene3/lucene-modules-4.0/analysis/build.xml:35: The following error occurred while executing this line: pylucene3/lucene-modules-4.0/analysis/icu/build.xml:42: The following error occurred while executing this line: pylucene3/lucene/contrib/contrib-build.xml:134: pylucene3/modules/analysis/common/src/java not found. The directories "lucene-java-4.0" and "lucene-modules-4.0" are created, but looks like the paths "lucene" and "modules" are expected. After making some links everything built fine and all tests passed. Would you consider tracking branch_3x (3.1) instead of trunk (4.0)? 4.0 is not backwards compatible and in flux. I can't really test it with my own project further because the changes in 4.0 are so extensive; I assume 3.1 will be the next lucene release. On Jul 12, 2010, at 12:38 PM, Andi Vajda wrote: > > Today, I ported JCC and PyLucene (trunk) to Python 3.1.2 on Mac OS X 10.6. > All unit tests and Lucene in Action samples pass. 2to3 did wonders. So did > the docs for all the manual C code changes. > > If you'd like to check it out: > - install Python 3.1.2 > - install the latest distribute > - check out > http://svn.apache.org/repos/asf/lucene/pylucene/branches/python_3/ > > Bugs, comments, etc.. welcome ! > > Andi..