On Mar 12, 2013, at 12:10, Jeune Asuncion wrote:
> Hi Andi,
>
> Thanks for getting back. I got it resolved already by just compiling from
> source the files from the download page. The JCC and pylucene on the box
> were installed separately from Fedora16 repositories and it seems like they
> ar
Hi Andi,
Thanks for getting back. I got it resolved already by just compiling from
source the files from the download page. The JCC and pylucene on the box
were installed separately from Fedora16 repositories and it seems like they
are broken somewhat.
Jeune
On Mar 12, 2013 7:07 PM, "Andi Vajda"
Dear *Pylucene*,
I am trying to run pylucene on my Fedora box but I get a segmentation fault
when I do so. I was able to trace the cause of this error to initVM().
In the Python interpreter when I execute the lines of code below I get the
segmentation fault:
>>> import lucene
>>> lucene.initVM()