Sikuli installation

Asked by Sneha

I need to write a python code in sikulix IDE in machine1and run it in machine2.
Can you please tell me which sikulix jar file I have to download?

I have already downloaded sikulix-2.0.2.jar and wrote a python script in IDE. But, when I try to zip all files(sikulix-2.0.2.jar, .py file, images) and run it in other machine, it throws an error (no runnable for .py file)

Can someone please help me fix this?

Thanks in advance :)

Question information

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

you need the jython jar also.

Revision history for this message
Sneha (sneha-ramar) said :
#2

Thanks RaiMan, that solved my question.