← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #242173]: Sikuli X 1.0.1 uses TextTestRunner or JythonScriptRunner to execution the script ?

 

Question #242173 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242173

    Status: Open => Answered

obiwan-92 proposed the following answer:
Hello.

That's not a simple question.
To answer to your title question, it's ScriptRunner.java who launch the python in your sikuli folder.

-- 1. how the script is getting executed here.
I'm sorry, but you need to be more specific. It's interpreted by Python with the Sikuli and Java librairies.

--2. And if it is run via the IDE what is the difference in the execution procedure.
The IDE and the script execution call the same method. So normally there is no difference.

--3. And where the actual compilation happens here? 
Java and Python are interpreted language, so there is no compilation.

Hope, it's help.
Regards.

You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.