← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #173785]: Sikuli interpreter shell within IDE, etc.?

 

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

Brian Parma posted a new comment:
I was just wondering how to do this, I had to add the following to the path:
c:\bin\sikuli-ide\libs;%programfiles%\java\jre6\bin

then 
java -jar ...\sikuli-script.jar -i 
worked like a charm.

I wrapped it in a .bat file, and the following gives nice tab completion: 
(from http://www.jython.org/docs/library/rlcompleter.html)

import readline
import rlcompleter

readline.parse_and_bind(“tab: complete”)

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