sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54796
Re: [Question #689767]: addHotkey cannot coerce 3rd argument to HotkeyListener
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.