On Wed, 7 Oct 2009, Adil Zaaraoui wrote:
I'm trying to test indexing documents using PyLucene; I tried the file
IndexFiles.py from pylucene samples
(http://svn.apache.org/viewvc/lucene/pylucene/trunk/samples/IndexFiles.py?view=markup).
When runing the IndexFiles("/tmp/indexing", "index",
lucene.StandardAnalyzer()) i get the following error:
It works fine for me here.
How did you invoke the program ?
I did:
$ python samples/IndexFiles.py /Users/vajda
You might want to try the latest from svn trunk, I fixed a bug there where
"SystemError: NULL result without error in PyObject_Call" was reported
instead of the actual error message.
Andi..