python中的Boilerpipe导入错误

时间:2015-07-14 15:45:28

标签: python boilerpipe

我已经在python中成功安装了Boilerpipe和Jpype,但在导入samppipe时出错了

>>> 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

我该如何解决这个问题?

提前致谢

0 个答案:

没有答案
相关问题