← 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

daluu posted a new comment:
Actual on looking further, the solution is kind of available, just not
integrated with the IDE.

The closest thing would be this article

https://answers.launchpad.net/sikuli/+question/141302

but rather than run sikuli scripts, we invoke Jython/Python Sikuli API
commands via Jython interpreter session (that we manually start up).

So the initial idea of this thread is simply to incorporate within the
IDE as separate "plugin" type feature, the launching of said Jython
interpreter w/ the classpath and jythonpath all taken cared of along
with auto importing the Sikuli library so the user doesn't have to issue
the following command in the Jython interpreter shell manually:

from sikuli.Sikuli import *

be nice for that to be called already and user can just begin invoking
the Jython/Python Sikuli APIs from the shell that's within the IDE.

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