Open plaetzchen opened 10 years ago
I was missing a MANIFEST.in file. The class wasn't found because the jar didn't exist in your installation. Now the jar file is included in the source distribution for Mac and Linux. I've updated PyPi, so try pip uninstall sikuli
then pip install sikuli
and let me know how it goes.
Hi there,
I installed sikuli using pip in a virtualenv. If I now do a from sikuli import * I get a jnius.find_javaclass (jnius/jnius.c:12117) jnius.JavaException: Class not found 'org/sikuli/api/robot/desktop/DesktopMouse' can you help me out? Im on Mac OS X with python 2.7.5