@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
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