Question #141252 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/141252
RaiMan posted a new comment: I tested on Windows 7: Use Jython 2.5.1 and everything will work fine. The problem with using Jython 2.5.2 in the moment is, that Jython tries to load Jython libraries from inside sikuli-script.jar, which are from Jython 2.5.1 (guess because of the sequence in sys.path) So you might try to get the correct sys.path in place, before Sikuli features are used (e.g. insert it as first entry). -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

