0

我已经在 python 中成功安装了 Boilerpipe 和 Jpype,但是在 Importing Boilerpipe 时出错

>>> import boilerpipe

Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import boilerpipe
File "C:\Python27\lib\site-packages\boilerpipe\__init__.py", line 10, in <module>
jpype.startJVM(jpype.getDefaultJVMPath(), "-Djava.class.path=%s" % os.pathsep.join(jars))
File "C:\Python27\lib\site-packages\jpype1-0.6.0-py2.7-win32.egg\jpype\_core.py", line 50, in startJVM
_jpype.startup(jvm, tuple(args), True)
RuntimeError: Unknown Exception

我该如何解决这个问题?

提前致谢

4

0 回答 0