Re: [Sikuli-driver] [Question #246311]: checkLibsDir: libs dir contains wrong arch for amd6 4

2014-04-01 Thread RaiMan
Question #246311 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246311 Status: Open = Answered RaiMan proposed the following answer: --- libs dir is empty, has wrong content or is outdated Sikuli 1.0.1 at start up checks, which system (Windows, Mac Linux) it is running

Re: [Sikuli-driver] [Question #246006]: how to make focus on the input dialog?

2014-04-01 Thread RaiMan
Question #246006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246006 Status: Open = Answered RaiMan proposed the following answer: usage of App.focus(): http://doc.sikuli.org/globals.html#App.focus -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #246313]: SIKULIX_HOME not found or seems to be invalid \( $SIKULIX_HOME \)

2014-04-01 Thread obiwan-92
Question #246313 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246313 Status: Open = Answered obiwan-92 proposed the following answer: Hello. Apparently, the directory C:\Users\fuj\Desktop\sikuli\libs doesn't exist. Are you sure, you correctly installed Sikuli ?

[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

[Sikuli-driver] [Question #246340]: Regarding traceback

2014-04-01 Thread Garima Kumar
New question #246340 on Sikuli: https://answers.launchpad.net/sikuli/+question/246340 Hello team, I am using traceback feature of sikuli. i have a try.sikuli file. looks like import traceback def abc(): try: click(image)//let's say image is not avaible at screen except:

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 #246340]: Regarding traceback

2014-04-01 Thread RaiMan
Question #246340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246340 Status: Open = Answered RaiMan proposed the following answer: not possible this way, since Sikuli in the IDE copies the current tab content (script to run) to a temp file (that's what you see). ru from

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

[Sikuli-driver] [Question #246342]: Do onAppear and observe work? [1.0.1]

2014-04-01 Thread alceal
New question #246342 on Sikuli: https://answers.launchpad.net/sikuli/+question/246342 Hello everyone. I've discovered this fantastic tool 3 weeks ago and I'm testing it on Windows 8.1 and OSX 10.7.5. I could have used almost every function but onAppear/observe. I've followed a few examples I've

Re: [Sikuli-driver] [Question #246342]: Do onAppear and observe work? [1.0.1]

2014-04-01 Thread alceal
Question #246342 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246342 alceal gave more information on the question: To be accurate: when I run the script it does but comes back to sikuli IDE immediately. I've just changed observe for this one: region_error.observe(30,

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 #246340]: Using Python's traceback in Sikuli script

2014-04-01 Thread RaiMan
Question #246340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246340 Summary changed to: Using Python's traceback in Sikuli script -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #245801]: double click, right click and click don't work sometimes in windowsXP

2014-04-01 Thread Sam Liu
Question #245801 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245801 Sam Liu posted a new comment: Obiwan, it still does't work -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #246342]: Do onAppear and observe work? [1.0.1]

2014-04-01 Thread RaiMan
Question #246342 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246342 Status: Open = Answered RaiMan proposed the following answer: this works as it should: def handler(e): print in handler e.match.highlight(2) reg = Region(0,0,300,300) reg.highlight(2) img =

[Sikuli-driver] [Bug 611073] Re: [request] Deploy to Maven Central Repository

2014-04-01 Thread renu chudamani
Can we get this sooner than 2015? Can I help in any way? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/611073 Title: [request] Deploy to Maven Central Repository Status in Sikuli: In Progress

Re: [Sikuli-driver] [Question #246340]: Using Python's traceback in Sikuli script

2014-04-01 Thread Garima Kumar
Question #246340 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246340 Status: Answered = Solved Garima Kumar 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 #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

Re: [Sikuli-driver] [Question #246342]: Do onAppear and observe work? [1.0.1]

2014-04-01 Thread alceal
Question #246342 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246342 alceal gave more information on the question: I've done a new script that when a notepad window appears sikuli clicks on File. I've realized two things: - that it only works if stopObserver is at the end of

Re: [Sikuli-driver] [Question #246342]: Do onAppear and observe work? [1.0.1]

2014-04-01 Thread alceal
Question #246342 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246342 Status: Answered = Open alceal is still having a problem: Thank you Raiman. I've just used your script and it works pefectly. I've tried my script again and it only works if I add wait(x). I thought