Re: [Sikuli-driver] [Question #124759]: Can you run Python and call Sikuli from there? --- use XML-RPC

2011-10-04 Thread daluu
Question #124759 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/124759 daluu posted a new comment: If one prefers to run Sikuli operations via API rather than Sikuli script, then can also look at this: http://code.google.com/p/simplesikuli -- You received this question

Re: [Sikuli-driver] [Question #145261]: [HowTo] Sync multiple machines executing event driven testing

2011-10-04 Thread RaiMan
Question #145261 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/145261 Summary changed to: [HowTo] Sync multiple machines executing event driven testing -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #173172]: LaunchPad only for questions bugs?

2011-10-04 Thread RaiMan
Question #173172 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173172 Status: Open = Answered RaiMan proposed the following answer: Currently, the forum for Sikuli still is this QA board. I do not know about any other plans of the developers (e.g. use the facilities of

[Sikuli-driver] [Bug 865354] Re: traceit

2011-10-04 Thread Linus Holmeros
def traceit(frame, event, arg): # keeps track of code line number if event == line: global lineno lineno = frame.f_lineno return traceit I just moved my library to a new location that´s all about virtual 1 0 Do you see anything else? -- You received this bug

Re: [Sikuli-driver] [Question #173148]: [IDE] Errors When opening/Closing/Saving a Project

2011-10-04 Thread RaiMan
Question #173148 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173148 Linked to bug: #851754 https://bugs.launchpad.net/bugs/851754 X 1.0rc3: IDE hangs on startup - problems with saved session [Windows/Mac] -- You received this question notification because you

Re: [Sikuli-driver] [Question #171606]: Windows: building Sikuli needs JDK/bin in %PATH%

2011-10-04 Thread Launchpad Janitor
Question #171606 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/171606 Status: Open = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

[Sikuli-driver] [Bug 710586] Re: X 1.0rc3: Region.text() -- known problems and needed improvements

2011-10-04 Thread RaiMan
* from a post on the mailing list sikuli-dev by macs Is the latest Sikuli migrated to tesseract3? I see a branch name as tesseract3 in git hub. I see many issues regarding OCR being discussed in launchpad. In my understanding OCR results can be improved by pre-processing of images 1.

Re: [Sikuli-driver] [Question #173098]: Instead of better IDE... why not using Eclipse or NetBeans

2011-10-04 Thread RaiMan
Question #173098 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173098 Summary changed to: Instead of better IDE... why not using Eclipse or NetBeans -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #173098]: Instead of better IDE... why not using Eclipse or Net beans

2011-10-04 Thread RaiMan
Question #173098 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173098 Status: Open = Answered RaiMan proposed the following answer: @ Harry: fully agreed Sikuli IDE is for newbees, occasional users and for quick and dirty tests/evaluations. It should be further

[Sikuli-driver] [Question #173203]: image found, but region location wrong

2011-10-04 Thread Beth Griffin
New question #173203 on Sikuli: https://answers.launchpad.net/sikuli/+question/173203 I have been trying to clean up some image matching issues. I have a sikuli script that observes MS Visual Studio until a breakpoint is hit: if exists(BreakpointArrow.png, 300): m = getLastMatch()

[Sikuli-driver] [Bug 865354] Re: traceit

2011-10-04 Thread Linus Holmeros
There seem to be something with the import of the MSSLib. It simply does not happen, that´s why traceit is unknown. I´ve put from sikuli import * on top of all code in both MSSLib and the caller file. what am I doing wrong? -- You received this bug notification because you are a member of

Re: [Sikuli-driver] [Question #173203]: image found, but region location wrong

2011-10-04 Thread Beth Griffin
Question #173203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173203 Beth Griffin gave more information on the question: So it looks like in the event handler, the event.region location is correct, but any time I find the image outside the event handler, the location is

Re: [Sikuli-driver] [Question #173203]: image found, but region location wrong

2011-10-04 Thread RaiMan
Question #173203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173203 Status: Open = Answered RaiMan proposed the following answer: --- exact() does not work correctly seems to be a bug. use .similar(0.99) instead --- match in different locations It seems, you are

Re: [Sikuli-driver] [Question #173172]: LaunchPad only for questions bugs?

2011-10-04 Thread Tsung-Hsiang Chang
Question #173172 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173172 Tsung-Hsiang Chang proposed the following answer: Feel free to start any kinds of discussion/comments. No restriction here. -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Bug 710586] Re: X 1.0rc3: Region.text() -- known problems and needed improvements

2011-10-04 Thread RaiMan
comment #4 was answered by the developers --- tesseract 3 The tesseract 3 branch is still under development, not merged back to the main develop branch yet. --- user option to apply image filtering individually We hope to do these things automatically and keep the user interface as simple

[Sikuli-driver] [Question #173217]: Problems running unit tests from Win7 command line

2011-10-04 Thread J. Simmons
New question #173217 on Sikuli: https://answers.launchpad.net/sikuli/+question/173217 I am running Sikuli X 1.0rc3 on Win7 Professional x64. My goal is to use the unit test features of Sikuli to write some automated tests. I have built several demo unit test scripts (testing notepad and an in

Re: [Sikuli-driver] [Question #173217]: Problems running unit tests from Win7 command line

2011-10-04 Thread RaiMan
Question #173217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173217 Status: Open = Needs information RaiMan requested more information: any non ascii characters or blanks in this path? c:\users\username\Desktop\ -- You received this question notification because you

[Sikuli-driver] [Question #173220]: Find with text or string fails

2011-10-04 Thread Djg
New question #173220 on Sikuli: https://answers.launchpad.net/sikuli/+question/173220 Hi, I am trying to find a text on the screen and facing the following problems 1. I am doing something like reg=find(User ID) but this find fails. When i give image as an input it finds the location and then i

Re: [Sikuli-driver] [Question #173217]: Problems running unit tests from Win7 command line

2011-10-04 Thread RaiMan
Question #173217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173217 Status: Open = Answered RaiMan proposed the following answer: confirmed: this is a bug. tested on same configuration: --- run with -t from command line gives the above error def test(self): print

Re: [Sikuli-driver] [Question #173220]: Find with text or string fails

2011-10-04 Thread RaiMan
Question #173220 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173220 Status: Open = Answered RaiMan proposed the following answer: No, rc3 will not help yet. And if it does not work, there is nothing you can do to make it work currently. These are all known problems and

Re: [Sikuli-driver] [Question #173217]: Problems running unit tests from Win7 command line

2011-10-04 Thread RaiMan
Question #173217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173217 RaiMan proposed the following answer: bug is reported -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #173217]: Problems running unit tests from Win7 command line

2011-10-04 Thread RaiMan
Question #173217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173217 Linked to bug: #867636 https://bugs.launchpad.net/bugs/867636 X-1.0rc3: Windows: Unittest from command line with -t: image files not found -- You received this question notification because

[Sikuli-driver] [Bug 867636] [NEW] X-1.0rc3: Windows: Unittest from command line with -t: image files not found

2011-10-04 Thread RaiMan
Public bug reported: I am running Sikuli X 1.0rc3 on Win7 Professional x64. My goal is to use the unit test features of Sikuli to write some automated tests. I have built several demo unit test scripts (testing notepad and an in house app) which run fine in the Sikuli IDE, but do not run

[Sikuli-driver] [Bug 867636] Re: X-1.0rc3: Windows: Unittest from command line with -t: image files not found

2011-10-04 Thread RaiMan
some more information in the linked question -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/867636 Title: X-1.0rc3: Windows: Unittest from command line with -t: image files not found Status in

Re: [Sikuli-driver] [Question #173217]: Problems running unit tests from Win7 command line

2011-10-04 Thread Tsung-Hsiang Chang
Question #173217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173217 Tsung-Hsiang Chang posted a new comment: Try to use addImagePath to get around this bug for now. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #173217]: Problems running unit tests from Win7 command line

2011-10-04 Thread J. Simmons
Question #173217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173217 Status: Answered = Solved J. Simmons 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 #173217]: Problems running unit tests from Win7 command line

2011-10-04 Thread J. Simmons
Question #173217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173217 J. Simmons posted a new comment: I tried using addImagePath, but either I was doing it wrong or it did not help. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #173217]: Problems running unit tests from Win7 command line

2011-10-04 Thread RaiMan
Question #173217 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173217 RaiMan posted a new comment: Confirmed: the only thing, that helps is using absolute path's for the images. even getBundlePath() returns some rubbish when used on command line in unit test. -- You

Re: [Sikuli-driver] [Question #173203]: image found, but region location wrong

2011-10-04 Thread Beth Griffin
Question #173203 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/173203 Status: Answered = Open Beth Griffin is still having a problem: 1. While the BP symbol is in a column, the column itself may be in a different location based on user/machine settings (like language).

[Sikuli-driver] [Bug 710586] Re: X 1.0rc3: Region.text() -- known problems and needed improvements

2011-10-04 Thread Tsung-Hsiang Chang
Let me briefly summarize the progress on the OCR research we are doing for Sikuli. 1. Recently I've implemented a new OCR algorithm designed for small screen text (which is from a paper Recognition of Screen-Rendered Text, ICPR '06). However, it turns out this algorithm doesn't perform so well as