Andi, TL;DR: success! installing setuptools 1.1.6 allowed the PyLucene 4.5
install to succeed.
I have several Python versions on my laptop, each of which seems to have at
least one setuptools installed with it. The one for Python 2.7.2 is here:
/System/Library/Frameworks/Python.framework/Versi
On Sat, 12 Oct 2013, Steve Rowe wrote:
Andi, TL;DR: success! installing setuptools 1.1.6 allowed the PyLucene 4.5
install to succeed.
I have several Python versions on my laptop, each of which seems to have at
least one setuptools installed with it. The one for Python 2.7.2 is here:
/Syst
Hi Andi,
I have tested building and installing pylucene 4.5 with setuptools 1.1.6
and it works. Thanks!
a. Code of pylucene I used :
http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_4_5/
b. Setuptools version : setuptools-1.1.6-py2.7.egg
On Fri, Oct 11, 2013 at 3:15 PM, Andi Vajda
> On Oct 12, 2013, at 17:42, SangHee Kim wrote:
>
> Hi Andi,
>
> I have tested building and installing pylucene 4.5 with setuptools 1.1.6 and
> it works. Thanks!
Cool, thank you for verifying the fix.
Andi..
>
> a. Code of pylucene I used :
> http://svn.apache.org/viewvc/lucene/pylucene/b
Hi Andi,
Thanks! I summarized the steps at the follwing link.
https://medium.com/small-talk/e1e90a2b129f
I think anybody may need to mention about the point to PyLucene installtion
guide to avoid my case.
http://lucene.apache.org/pylucene/install.html
On Sat, Oct 12, 2013 at 11:22 PM, Andi Va