Boilerpipe import error in python -
i have installed boilerpipe , jpype in python getting error while 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
how can solve issue?
thanks in advance
Comments
Post a Comment