运行时:
python -m jcc.main我得到了错误
C:\Python26\python.exe: DLL load failed: The specified module could not be found
我检查了jcc.dll在PATH中的目录。
任何帮助都将不胜感激。
发布于 2012-05-26 16:16:35
试试python -m jcc.__main__ --find-jvm-dll
发布于 2012-07-06 19:22:15
您可能缺少jcc.dll所需的库-很可能是msvcr71.DLL请阅读http://code.google.com/a/apache-extras.org/p/pylucene-extra/wiki/PyLucene上的更新提示
希望这能有所帮助!
https://stackoverflow.com/questions/10762712
复制相似问题