Re: [Sikuli-driver] [Question #246338]: NameError when importing sikuli modules

2014-05-19 Thread RaiMan
Question #246338 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246338 RaiMan posted a new comment: @Jonas Maurer I will surely not do, what you suggested. - a beginner should read the docs before starting to do more complex things

Re: [Sikuli-driver] [Question #246338]: NameError when importing sikuli modules

2014-05-19 Thread Jonas Maurer
Question #246338 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246338 Jonas Maurer posted a new comment: I do not recall having suggested you to do anything. And I also did not expect to teach you anything. I apologize for any missunderstandings my post may or may not have

Re: [Sikuli-driver] [Question #246338]: NameError when importing sikuli modules

2014-05-19 Thread RaiMan
Question #246338 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246338 RaiMan posted a new comment: - a beginner should read the docs about importing Sikuli scripts before starting to do more complex things (http://doc.sikuli.org/globals.html

Re: [Sikuli-driver] [Question #246338]: NameError when importing sikuli modules

2014-05-19 Thread RaiMan
Question #246338 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246338 RaiMan posted a new comment: @Jonas Maurer Uuups, did not want to create this bad feelings. I am really sorry about that. So just let us act as if this never happened. I will hide the comments and rebuild

Re: [Sikuli-driver] [Question #246338]: NameError when importing sikuli modules

2014-05-18 Thread Jonas Maurer
Question #246338 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246338 Jonas Maurer posted a new comment: I had the same Issue: to demonstrate the problem I created two sikuli files, both containing one line only: module: wait(1) root: import file1 If I run module the IDE

[Sikuli-driver] [Question #246338]: NameError when importing sikuli modules

2014-04-01 Thread bilel
New question #246338 on Sikuli: https://answers.launchpad.net/sikuli/+question/246338 Hi, I'm new to sikuli and I'm having this error: [error] NameError ( global name 'wait' is not defined ) When I run my first file through the ide it does work and this error above doesn't occur at all. But

Re: [Sikuli-driver] [Question #246338]: NameError when importing sikuli modules

2014-04-01 Thread RaiMan
Question #246338 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246338 Status: Open = Answered RaiMan proposed the following answer: guess you are missing a from sikuli import * somewhere in your imported stuff. see

Re: [Sikuli-driver] [Question #246338]: NameError when importing sikuli modules

2014-04-01 Thread bilel
Question #246338 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246338 Status: Answered = Open bilel is still having a problem: Thanks for your awnser. Actually I'm not missing it, I've even tried: from sikuli import * from sikuli import* from sikuli.Sikuli import * from

Re: [Sikuli-driver] [Question #246338]: NameError when importing sikuli modules

2014-04-01 Thread RaiMan
Question #246338 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246338 Status: Open = Needs information RaiMan requested more information: ok, the correct one is from sikuli import * could you give more details about the error message, your script structure and a

Re: [Sikuli-driver] [Question #246338]: NameError when importing sikuli modules

2014-04-01 Thread bilel
Question #246338 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246338 Status: Needs information = Solved bilel confirmed that the question is solved: I don't know what happened, but when closed the IDE and opened it again it worked, and it's still working. I assume that