← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #676645]: ImportError: no module named sikuli

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
--- Is it possible to run the python script to execute sikuli?
... yes, but at least this has to be obeyed (see comment #1)
the intro statements for standalone .py scripts is
import org.sikuli.script.SikulixForJython
from sikuli import *
... and sikulixapi.jar has to be on the classpath.

... and finally you have to solve the "where are the images loaded from"
problem (imagePath).

--- extending what is generated by Sikuli during the save process
not sure what you mean by that?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.