← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #268635]: running .skl file with batch

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
I am sorry for the situation:
I had to realize, that running scripts from the net currently did not fully work yet (only for test scripts from github).

I fixed that now to some useable level (available with tomorrows build).
Please check the docs again tomorrow.

One caveat though:
I did not succeed, to download .py files from the net. Currently, I do not have the time, to look for a solution.
So for now, a Python script, to be run from the net has to look like this:
<base-url>
   - someFolder
      - theScript
         theScript.py.txt

- someFolder is optional and might be more than one level
- the folder theScript should not have .sikuli
- the contained .py file has to have .txt appended 

to run the above script you can use one of these:
http://<base-url>/someFolder/theScript
http://<base-url>:someFolder/theScript
<base-url>:someFolder/theScript

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