kevlened / sikuli_cpython

UNMAINTAINED: A CPython wrapper around the sikuli standalone jar
MIT License
62 stars 12 forks source link

Missing documentation and errors after installation #1

Open plaetzchen opened 10 years ago

plaetzchen commented 10 years ago

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

kevlened commented 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.