Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2020-02-04 Thread Sneha
Question #660197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660197 Sneha posted a new comment: I'm just a beginner to SikuliX. I have coded the below simple python script in sikulix IDE. Can someone tell me how can I make this script run in other machine which do not have

Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-11-01 Thread Max
Question #660197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660197 Status: Answered => Solved Max confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-11-01 Thread RaiMan
Question #660197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660197 Status: Open => Answered RaiMan proposed the following answer: Exactly so ;-) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-11-01 Thread Max
Question #660197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660197 Status: Solved => Open Max is still having a problem: Just a clarification to fully understand. When you said "Of course you can create a fat jar including sikulixapi.jar", so in that case I create the

Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-11-01 Thread Max
Question #660197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660197 Status: Answered => Solved Max confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-11-01 Thread RaiMan
Question #660197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660197 Status: Open => Answered RaiMan proposed the following answer: If you decide to program your workflows in Java, then only sikulixapi.jar is needed. Of course you can create a fat jar including

Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-11-01 Thread Max
Question #660197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660197 Status: Answered => Open Max is still having a problem: What if I write my code in java and I include all the classes like this: import org.sikuli.script.*; public class TestSikuli { public

Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-11-01 Thread RaiMan
Question #660197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660197 Status: Open => Answered RaiMan proposed the following answer: If you can download jars. then download the setup.jar and run it to get a sikulix.jar, which besides Java is the jar needed to run your

Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-11-01 Thread Max
Question #660197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660197 Status: Answered => Open Max is still having a problem: Thanks for the answers! Is there a "standalone" sikuli jar or exe to execute sikuli scripts? I mean, I think I cannot install any software in

Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-11-01 Thread TestMechanic
Question #660197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660197 Status: Open => Answered TestMechanic proposed the following answer: You need Sikuli to be installed on the target machine However if you done this on let say window, you will be able to copy and use it

Re: [Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-10-31 Thread arminius
Question #660197 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660197 arminius posted a new comment: I've been able to run SKL files with a BAT file, but I don't know if Sikuli needs to be installed for that to work, someone with more experience should be along soon. -- You

[Sikuli-driver] [Question #660197]: JAR or EXE file from Sikuli python script

2017-10-31 Thread Max
New question #660197 on Sikuli: https://answers.launchpad.net/sikuli/+question/660197 I just started doing some scripts with Sikuli in python. I would like to know if it's possible (and if yes, how) to create a jar or exe file from my python script (file .py and images). I would like to easily