Re: JCC setup on Fedora 28 not detecting "modern setuptools"

2018-08-22 Thread Szymon Rutkowski
> What version of PyLucene ? Sorry I forgot to mention it -- the version of Pylucene is 6.5.0, it's the newest one I was directed to by clicking "Download" on the website. The version of Lucene is also 6.5.0, at least left this option as it was in the Makefile. Without using this "hack" Pylucene

Re: JCC setup on Fedora 28 not detecting "modern setuptools"

2018-08-22 Thread Andi Vajda
On Wed, 22 Aug 2018, Szymon Rutkowski wrote: I managed to build Pylucene on Fedora 28, though it required some tinkering: 1) symlinking libpython3.6 as libpython3.6m.so (this was already reported some time ago I believe) 2) adding a line 216 in JCC's setup.py: What version of PyLucene ? wi

JCC setup on Fedora 28 not detecting "modern setuptools"

2018-08-22 Thread Szymon Rutkowski
Hello, I managed to build Pylucene on Fedora 28, though it required some tinkering: 1) symlinking libpython3.6 as libpython3.6m.so (this was already reported some time ago I believe) 2) adding a line 216 in JCC's setup.py: with_modern_setuptools = True This obviously circumvents the earlier chec