Question #660917 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660917
xiaocezi posted a new comment:
It is puzzling that when i tried this method with jython interpreter in eclipse
like:
import org.sikuli.script.SikulixForJython
from sikuli import *
print "Hello World!Jython"
x=1
print x
any = Screen(0)
any.click("1m.png")
the console show:
Traceback (most recent call last):
File "D:\eclipse-workspace\HelloWorldInJython\jythonhll.py", line 5, in
<module>
import org.sikuli.script.SikulixForJython
ImportError: No module named sikuli
--
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