运行时:
python -m jcc.main
我得到错误
C:\Python26\python.exe: DLL load failed: The specified module could not be found
我检查了 jcc.dll 的目录在 PATH 中。
任何帮助将不胜感激。
尝试python -m jcc.__main__ --find-jvm-dll
您可能缺少 jcc.dll 所需的库 - 很可能是 msvcr71.DLL 请阅读http://code.google.com/a/apache-extras.org/p/pylucene-extra/wiki/PyLucene处的更新提示
希望有帮助!