Question #689767 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/689767
RaiMan posted a new comment: Sorry for the mistake. When running Jython from commandline directly, one should not use the IDE jar, because it already contains all the stuff needed to run Jython - might collide on sys.path. my final test command script hence was: set jython=c:\jython2.7.1\bin\jython.exe set CLASSPATH=C:\SXRun\_Latest\2_0_4\sikulixapi-2.0.4.jar %jython% %* this worked also and should be used. -- You received this question notification because your team Sikuli Drivers 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

