[1.1.4] IDE: Jython: Interactive sessions on command line not accepting input, hence unusable --- workaround

Bug #1788843 reported by RaiMan
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
SikuliX
Won't Fix
Undecided
RaiMan

Bug Description

------------------ workaround
use the new feature in the IDE to selectively run lines from from a script
see: https://sikulix-2014.readthedocs.io/en/latest/ide.html#run-only-parts-of-a-script

------------------------------------------------------------------
originally reported:
https://github.com/RaiMan/SikuliX1/issues/19

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → In Progress
importance: Undecided → Medium
assignee: nobody → RaiMan (raimund-hocke)
milestone: none → 1.1.4
RaiMan (raimund-hocke)
summary: [1.1.4] IDE: Jython: Interactive sessions on command line not accepting
- input, hence unusable
+ input, hence unusable --- workaround
description: updated
Changed in sikuli:
importance: Medium → Low
Revision history for this message
Paweł Nawrocki (tokkyuuressha) wrote :

Perhaps you could leave this as a workaround as well(took me a while to figure out so maybe it will save someone else's time):

You can run the interactive window using jython standalone interpreter jar, as well as sikulixapi jar, both linked on download page: https://raiman.github.io/SikuliX1/downloads.html

Run this in command line:
java.exe -cp "C:\SikuliX\sikulixapi.jar;C:\SikuliX\jython-standalone-2.7.1.jar" org.python.util.jython

then in jython environment:
import org.sikuli.script.SikulixForJython
from sikuli.Sikuli import *

RaiMan (raimund-hocke)
Changed in sikuli:
status: In Progress → Won't Fix
importance: Low → Undecided
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.