Hello all. I'm finishing a year-long project in which I used pyLucene and I
have to put it to work with windows now. However, I've built my indexes in
my Ubuntu machine, using the latest version of pyLucene, which I compiled
myself (2.3.1). When I was going to install pyLucene to windows, I found out
the version is a little bit older (2.3.0). However, there was a version
available, in the egg extension, which matched my own. So I installed that
one. Problem is, whenever I try to import lucene, it gives this error:

>>> import lucene

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import lucene
  File
"C:\Python25\lib\site-packages\lucene-2.3.1-py2.5-win32.egg\lucene\__init__.py",
line 2, in <module>
    import os, _lucene
ImportError: DLL load failed: Impossível localizar o módulo especificado.
>>>

Which means, jvm.dll isn't found. My path includes the jre/bin/client
directory. Where is the problem here?

Thanks for the help

João Rodrigues
_______________________________________________
pylucene-dev mailing list
pylucene-dev@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to