> 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
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
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