Re: [Sikuli-driver] [Question #255035]: [1.1.0] PyCharm: sikulixapi not working

2014-09-26 Thread Pierre Best
Question #255035 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255035 Pierre Best posted a new comment: Do we no longer have to put a guard around the import SikulixForJython? -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #255035]: [1.1.0] PyCharm: sikulixapi not working

2014-09-26 Thread Pierre Best
Question #255035 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255035 Status: Answered = Solved Pierre Best confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #255035]: [1.1.0] PyCharm: sikulixapi not working

2014-09-26 Thread RaiMan
Question #255035 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255035 RaiMan posted a new comment: what do you mean by put a guard around? … and sorry as you might have noticed it must be: import org.sikuli.basics. SikulixForJython from sikuli import * -- You received this

Re: [Sikuli-driver] [Question #255035]: [1.1.0] PyCharm: sikulixapi not working

2014-09-26 Thread Pierre Best
Question #255035 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255035 Pierre Best posted a new comment: Previously we had to do if __name__ == '__main__': import org.sikuli.basics.SikulixForJython Sorry if I was unclear. -- You received this question notification

Re: [Sikuli-driver] [Question #255035]: [1.1.0] PyCharm: sikulixapi not working

2014-09-26 Thread RaiMan
Question #255035 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255035 RaiMan posted a new comment: I never said this. … and it is not needed, since it will not do anything, if the job is already done. -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #255035]: [1.1.0] PyCharm: sikulixapi not working

2014-09-26 Thread Pierre Best
Question #255035 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255035 Pierre Best posted a new comment: FYI My PyCharm/Sikuli configuration Installed Apps == Java: JDK 1.8.0_20 in default installation dir Jython: 2.7b3 Pycharm: 3.4.1 (also seems to work with 4.0

Re: [Sikuli-driver] [Question #255035]: [1.1.0] PyCharm: sikulixapi not working

2014-09-26 Thread RaiMan
Question #255035 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/255035 RaiMan posted a new comment: Might not have been clear enough: DO NOT in any case import the basic Sikuli classes like Screen, Region, Location, … (nearly any class from org.sikuli.script) from the Java