← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #229554]: Query - GUI to run sikuli tests built using Eclipse/Jython

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
together with Sikuli only Python modules, that are completely written in
Python language (no C-base stuff included), can be tried to use with
Sikuli (since we are running on top of Java).

(xlrd is a typical example)

So if you are sure, this is the fact, you can try to install the stuff
in your Python environment and then transfer the installed module stuff
only from the Python installation to the Jython site packages.

But I guess, that your candidate is not plain Python, since all thes GUI
producers somehow use some C-based stuff inside (e.g. Tk or Qt).

If you do not find anything available for Jython, the only current
possibility is to build a simple Java "module" based on a JFame, that
you import and use in your scripts.

Such an option, to setup a selection of prepared tests and run them, is
on the list for version 1.1

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