← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #255453]: How to use SikuliX API in Netbeans and other IDE's

 

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

RaiMan posted a new comment:
fine, thanks for reporting back.

tutorial http://doc.sikuli.org/faq/040-other-ide.html
really is only for version X-1.0RC3
and only by accident can be used with version 1.0.1

with version 1.1.0 (solution available from tomorrow on) for Jython run support you only have to:
- run setup with option 2
- have sikulixapi,jar in projects class path
- in the script use
import org.sikuli.basics.SikulixForJython
from sikuli import *

If you want to have code completion in Eclipse or other IDE's, you just have to put
<sikuli stuff setup folder>/Lib
(which is now created on setup) into your project's python path

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