>> pkg.is_installed("XMeans")
Traceback (most recent call last):
File "<pyshell#18>", line 1, in <module>
pkg.is_installed("XMeans")
File "D:\WinPython-64bit-3.4.3.7\python-3.4.3.amd64\lib\site-packages\python_weka_wrapper3-0.1.2-py3.4.egg\weka\core\packages.py", line 331, in is_installed
pkgs = installed_packages()
File "D:\WinPython-64bit-3.4.3.7\python-3.4.3.amd64\lib\site-packages\python_weka_wrapper3-0.1.2-py3.4.egg\weka\core\packages.py", line 269, in installed_packages
establish_cache()
File "D:\WinPython-64bit-3.4.3.7\python-3.4.3.amd64\lib\site-packages\python_weka_wrapper3-0.1.2-py3.4.egg\weka\core\packages.py", line 216, in establish_cache
"weka/core/WekaPackageManager", "establishCacheIfNeeded", "([Ljava/io/PrintStream;)Ljava/lang/Exception;", [])
File "D:\WinPython-64bit-3.4.3.7\python-3.4.3.amd64\lib\site-packages\javabridge\jutil.py", line 932, in static_call
fn = make_static_call(class_name, method_name, sig)
File "D:\WinPython-64bit-3.4.3.7\python-3.4.3.amd64\lib\site-packages\javabridge\jutil.py", line 903, in make_static_call
klass = env.find_class(class_name)
AttributeError: 'NoneType' object has no attribute 'find_class'