Re: [Sikuli-driver] [Question #687703]: python

2020-01-01 Thread JN
Question #687703 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687703 JN posted a new comment: Ok, change from jpype import * as you said But it ends up stopping at s = Screen(), waiting without doing anything like click I felt unable to instantiate because I took a jar from

[Sikuli-driver] [Question #687703]: python

2020-01-01 Thread JN
New question #687703 on Sikuli: https://answers.launchpad.net/sikuli/+question/687703 from jpype import * import jpype jvmPath = getDefaultJVMPath() startJVM(jvmPath, "-ea", r"-Djava.class.path=/Users/name/Desktop/sikulixapi-2.0.1.jar") print(jpype.isJVMStarted()) Screen =