Question #660917 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/660917
Status: Answered => Solved
xiaocezi confirmed that the question is solved:
now i had achieved to run sikuli scripts in pycharm with jython interpreter.
and achieved to run sikuli scripts in eclipse with jython interpreter, or java
application.
in pycharm with jython interpreter is easy,can like this:
------------------------------------
import sys
sys.path.append("C:\\Users\\xie\\AppData\\Roaming\\Sikulix\\Lib")
from sikuli import *
from sikuli import Screen
print "Hello World!Jython"
x=1
print x
any = Screen(0)
any.click("1m.png")
-----------------------------------
the"C:\\Users\\xie\\AppData\\Roaming\\Sikulix\\Lib" directory,is a auto create
file directory when i setup sikuli.
ok, my english is not so good,if has any question about it,can email
me:[email protected]
--
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