[Sikuli-driver] [Question #250411]: Sikuli default environment (IDE)

2014-06-18 Thread os ju
New question #250411 on Sikuli: https://answers.launchpad.net/sikuli/+question/250411 I installed sikuli IDE and everything seems to run fine if I use GUI interactions only. Clearly I must need to do something else because none of the keyboard stuff works. If I try to use the type(key.ENTER) k

Re: [Sikuli-driver] [Question #250411]: Sikuli default environment (IDE)

2014-06-18 Thread os ju
Question #250411 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250411 Description changed to: I installed sikuli IDE 1.0.1 and everything seems to run fine if I use GUI interactions only. Clearly I must need to do something else because none of the keyboard stuff works. If I

Re: [Sikuli-driver] [Question #250411]: Sikuli default environment (IDE)

2014-06-18 Thread os ju
Question #250411 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250411 Description changed to: I installed sikuli IDE 1.0.1 and everything seems to run fine if I use GUI interactions only. Clearly I must need to do something else because none of the keyboard stuff works. If I

Re: [Sikuli-driver] [Question #250411]: Sikuli default environment (IDE)

2014-06-18 Thread os ju
Question #250411 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250411 os ju posted a new comment: I added the following line to the top of my script It was not part of the script. from sikuli.Sikuli import * That made no difference to the ('key' is not defined) error as

Re: [Sikuli-driver] [Question #250411]: Sikuli default environment (IDE)

2014-06-18 Thread RaiMan
Question #250411 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250411 Status: Open => Answered RaiMan proposed the following answer: The class is named Key (as you might have seen from the docs), hence ... type(Key.ENTER) BTW: from sikuli import * is only needed in imp