← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #660917]: how to run a sikuli script in jython.exe or jython IDE

 

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.