On Mar 11, 2009, at 10:06 AM, Andi Vajda wrote:
With the recent release of Java Lucene 2.4.1, it's high time
PyLucene get its first release out as an Apache subproject. I hope I
got all the steps right and all the things into the right place.
Thanks.
Release candidate 1 of PyLucene 2.4.1 is available from:
http://people.apache.org/~vajda/staging_area/
Make install is failing with python 2.6 because of a conflict between
the new collections module and the builtin one.
...
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/setuptools-0.6c9-py2.6.egg/setuptools/command/
easy_install.py", line 21, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/setuptools-0.6c9-py2.6.egg/setuptools/
package_index.py", line 2, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/urlparse.py", line 84, in <module>
from collections import namedtuple
ImportError: cannot import name namedtuple
make: *** [install] Error 255
Probably will be necessary to rename or move collections.py.
-Coady