ImportError after install but gone after logging in again

2013-04-10 Thread Jeune Asuncion
Dear *Pylucene*, After following the instructions on how to install jcc, I fire up Python and try to import jcc. However I get the following error: Python 2.7.3 (default, Jul 24 2012, 11:41:40) [GCC 4.6.3 20120306 (Red Hat 4.6.3-2)] on linux2 Type "help", "copyright", "credits" or "license" for m

Re: initVM segmentation fault

2013-03-12 Thread Jeune Asuncion
Vajda" wrote: > > On Mar 12, 2013, at 2:51, Jeune Asuncion 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(). > &

initVM segmentation fault

2013-03-11 Thread Jeune Asuncion
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()