← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #141302]: Sikuli X: Want to use Jython 2.5.2 with sikuli-script.jar

 

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

RaiMan posted a new comment:
@ thuwan

There is no special document about using Sikuli with Jython directly or from inside Eclipse PyDev plugin.
All Sikuli script examples apply.

It is just Python programming with the special capabilities of using any
Java classes directly.

The only additional aspects:
--- class-path and python-path settings according to the Sikuli docs
--- from sikuli import * needed even in the main script
--- you need an image concept for the captured images ( and might use the Sikuli IDE in parallel, to control the images ). The image support of import does not apply in this case, you have to use the image path feature.

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