Re : Re : PyLucene: SystemError: NULL result without error in PyObject_Call

2009-10-14 Thread Adil Zaaraoui
@lucene.apache.org Envoyé le : Jeu 8 Octobre 2009, 18 h 13 min 08 s Objet : Re: Re : PyLucene: SystemError: NULL result without error in PyObject_Call On Thu, 8 Oct 2009, Adil Zaaraoui wrote: > Now it works. > > The problem was that i was trying to instantiate the lucene StandardAnalyser

Re: Re : PyLucene: SystemError: NULL result without error in PyObject_Call

2009-10-08 Thread Andi Vajda
On Thu, 8 Oct 2009, Adil Zaaraoui wrote: Now it works. The problem was that i was trying to instantiate the lucene StandardAnalyser object without initializing the VM classpath; so before instantiating the object i added this statement: lucene.initVM(lucene.CLASSPATH). Did the new version