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

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

2009-10-08 Thread Adil Zaaraoui
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). Many thanks De : Andi Vajda

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

2009-10-08 Thread Adil Zaaraoui
Hi, I'm calling the class from web action using mod_python. I'm trying the latest and get back to let you know. Thanks De : Andi Vajda À : pylucene-dev@lucene.apache.org Envoyé le : Mer 7 Octobre 2009, 18 h 29 min 51 s Objet : Re: PyLucene: SystemError: NULL r