On Mar 12, 2013, at 2:51, Jeune Asuncion <je...@bright.com> wrote: > 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() > Segmentation fault > > I thought this was because jcc isn't installed because I have pylucene > installed on another box and it returns a jcc object. However, I have jcc > installed as well on the box where lucene.initVM() isn't working: > >>>> import jcc >>>> jcc.initVM() > <jcc.JCCEnv object at 0x7f7162e12138> > > Would like to get some pointers as to why this is happening.
Did you build PyLucene and JCC on this box ? Andi.. > > Thanks, > > Jeune