set up sikuli for python script

Asked by VICK

Hi, I am familiar to create sikuli script but now I want to use sikuli in my python script. I have downloaded jython and sikulixapi jar file but i downloaded pip install sikuli as well. but i do not see Screen class in silkuli,py. how to import jar finle in my python script pls?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#4

SikuliX cannot be used with Python (C-Python).

SikuliX is Java based and uses Jython as Python language interpreter (language level 2.7).

Use the SikuliX IDE to run your scripts or from commandline using the -r option (see docs).

Can you help with this problem?

Provide an answer of your own, or ask VICK for more information if necessary.

To post a message you must log in.