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

2020-01-17 Thread Launchpad Janitor
Question #687703 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687703 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. --

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

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

2020-01-01 Thread RaiMan
Question #687703 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/687703 Status: Open => Needs information RaiMan requested more information: error message? stack trace? from jpype import * import jpype does not make sense: either from jpype import * or import jpype --

[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 =