سؤال

When running:

python -m jcc.main

I get the error

C:\Python26\python.exe: DLL load failed: The specified module could not be found

I checked and the directory that jcc.dll is in the PATH.

Any help would be very much appreciated.

هل كانت مفيدة؟

المحلول

Try python -m jcc.__main__ --find-jvm-dll

نصائح أخرى

You may be missing a lib required by jcc.dll - most likely msvcr71.DLL please read the updated hints at http://code.google.com/a/apache-extras.org/p/pylucene-extra/wiki/PyLucene

Hope that helps!

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top