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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -