Question #200162 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/200162
Status: Answered => Solved
vidya rajagopal confirmed that the question is solved:
It works now . Here is details of the step for interfacing Sikuli to
Jython in Jedit IDE
1. Install Sikuli for window : Run Sikuli.exe from http://sikuli.org/ in
the program file
2. After installation using 7Zip or any unzip format extract the
“sikuli-script.jar” file to get “Lib” folder or using Jar utility of Java
3. In the Jedit , go to Plugin and select JythonInterpreter , this will
opne the IDe for Jython
4. In the Jython editor go to “Edit Jython Path” and update the path for Sikuli
and Jython reference
as C:\Program Files\Sikuli X\Lib\
5. Now in the edtor use the following statement "from sikuli.Sikuli import *"
6. you can check the sucessful import by using the statement ----
input(msg=”Test”)
--
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