Comment 1 for bug 1655800

Revision history for this message
RaiMan (raimund-hocke) wrote :

The "Sikuli interactive interpreter" is only the standard Jython prompt with some imports already done.

So if you use standard Jython having sikulixapi.jar on classpath, you only have to issue the standard imports needed for SikuliX and you are there.

With the SikuliX IDE you can do the same:
- enter a line of code
- run the script
- enter next line
- run the script
- ...

though currently you do not have auto-complete.

In any case, if you need more, I recommend PyCharm.