[Sikuli-driver] [Question #294711]: NameError does not report the file and line

2016-06-01 Thread Ronan Meneu
New question #294711 on Sikuli: https://answers.launchpad.net/sikuli/+question/294711 Hello, I am using Sikuli 1.1.0 and i find that SyntaxError is correctly reporting file and line, whereas NameError is not. For instance, if i import a file toto.py (with import toto), and toto.py contains a s

Re: [Sikuli-driver] [Question #294711]: NameError does not report the file and line

2016-06-01 Thread RaiMan
Question #294711 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294711 Status: Open => Answered RaiMan proposed the following answer: ok, a problem with 1.1.0 you might try the nightly 1.1.1 (http://sikulix.com) -- You received this question notification because your tea

Re: [Sikuli-driver] [Question #294705]: How to install and run Sikuli In docker?

2016-06-01 Thread RaiMan
Question #294705 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294705 Status: Open => Answered RaiMan proposed the following answer: to install: You either have to - create the jars somewhere else and have them ready to be downloaded into your docker environment - or you

Re: [Sikuli-driver] [Question #294592]: MoveMouseDelay setting doesn't work on last 1.1.1 build

2016-06-01 Thread RaiMan
Question #294592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294592 RaiMan proposed the following answer: ... and yes there is a workaround: put at scriptstart: import org.sikuli.basics.Settings as Settings -- You received this question notification because your team Sikul

Re: [Sikuli-driver] [Question #294691]: MS Access and Sikuli

2016-06-01 Thread RaiMan
Question #294691 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294691 Status: Open => Answered RaiMan proposed the following answer: run something, that extracts your data to an XLS and then access it via the bundled xlrd module. ... or create a csv file, that can be read

Re: [Sikuli-driver] [Question #294598]: screenshot is not embedded into the log file of RobotFramework

2016-06-01 Thread RaiMan
Question #294598 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294598 Status: Open => Answered RaiMan proposed the following answer: ... then apparently the library Screenshot somehow missed to register the thread in LOGGING_THREADS ... but that really seems to be a Robot

Re: [Sikuli-driver] [Question #294592]: MoveMouseDelay setting doesn't work on last 1.1.1 build

2016-06-01 Thread Alex Lunyov
Question #294592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294592 Status: Answered => Solved Alex Lunyov confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an a

Re: [Sikuli-driver] [Question #294592]: MoveMouseDelay setting doesn't work on last 1.1.1 build

2016-06-01 Thread Alex Lunyov
Question #294592 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294592 Alex Lunyov posted a new comment: Thanks again! I'd better use your workaround than make fixed build (while waiting for a new nightly). Best wishes! -- You received this question notification because your t

Re: [Sikuli-driver] [Question #294598]: screenshot is not embedded into the log file of RobotFramework

2016-06-01 Thread masuo
Question #294598 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294598 Status: Answered => Open masuo is still having a problem: There is screen capture feature in SikuliX. But feature of reporting is not in SikuliX, I recognize. So, I am interested in the feature of report

Re: [Sikuli-driver] [Question #294711]: NameError does not report the file and line

2016-06-01 Thread Ronan Meneu
Question #294711 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294711 Status: Answered => Solved Ronan Meneu confirmed that the question is solved: Indeed, much better with 1.1.1: [error] NameError ( global name 'self' is not defined ) [error] --- Traceback --- error sour

Re: [Sikuli-driver] [Question #293250]: Strange behavior with Chrome and Flash webapp

2016-06-01 Thread Spencer Keller
Question #293250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/293250 Status: Answered => Solved Spencer Keller confirmed that the question is solved: Hello, I went back and looked at this today and I have figured out what is/was going on and it has NOTHING to do with Sik

Re: [Sikuli-driver] [Question #291495]: If image not found start with new number

2016-06-01 Thread maitrey
Question #291495 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/291495 Status: Answered => Solved maitrey confirmed that the question is solved: Thanks Karl, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

[Sikuli-driver] [Question #294731]: Counter or notification pop-up

2016-06-01 Thread maitrey
New question #294731 on Sikuli: https://answers.launchpad.net/sikuli/+question/294731 Following is the script. If I run the loop for 100 part numbers at a time , I need one notification window which continues shows the status of pending or completed parts (i.e. 20 of 100) in background. And whic

Re: [Sikuli-driver] [Question #294731]: Counter or notification pop-up

2016-06-01 Thread RaiMan
Question #294731 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/294731 Status: Open => Answered RaiMan proposed the following answer: sorry, but currently there is not such a feature. The only possibility: - run form command line - resize/position the command line window t