On Feb 14, 2008, at 5:37, "João Rodrigues" <[EMAIL PROTECTED]> wrote:
Tried the GCJ and the JCC versions but I still can't get PyLucene to work.. Here goes the error:>>> import lucene Traceback (most recent call last): File "<pyshell#5>", line 1, in <module> import luceneFile "C:\Python25\Lib\site-packages\lucene\__init__.py", line 3, in <module>import os, _lucene ImportError: DLL load failed: The specified module could not be found.
On Windows, you must set your PATH env var to include the directories containing the JVM DLLs.
Andi..
_______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
_______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
