[pylucene-dev] Installing PyLucene - Import Error
Andi Vajda
vajda at osafoundation.org
Thu Feb 14 09:21:37 PST 2008
On Feb 14, 2008, at 5:37, "João Rodrigues" <anaryin at gmail.com> 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 lucene
> File "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
> pylucene-dev at osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
More information about the pylucene-dev
mailing list