Re: [Sikuli-driver] [Question #205385]: Sikuli Guide extension graphical problem

2012-08-10 Thread Tuomas Kaski
Question #205385 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205385 Status: Answered => Solved Tuomas Kaski confirmed that the question is solved: Hi, I changed to JRE 6 and it works now! Thanks alot! -- You received this question notification because you are a membe

Re: [Sikuli-driver] [Question #205385]: Sikuli Guide extension graphical problem

2012-08-10 Thread Tuomas Kaski
Question #205385 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205385 Tuomas Kaski confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #205343]: find a highlighted section of the screen

2012-08-10 Thread RaiMan
Question #205343 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205343 Status: Open => Answered RaiMan proposed the following answer: based on your screen shot (https://dl.dropbox.com/u/42895525/findWhiteShot.png) this is my solution: (download zipped findWhite.sikuli:

Re: [Sikuli-driver] [Question #205385]: Sikuli Guide extension graphical problem --- Java 7 not supported --- needs JRE 6

2012-08-10 Thread RaiMan
Question #205385 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205385 Summary changed to: Sikuli Guide extension graphical problem --- Java 7 not supported --- needs JRE 6 -- You received this question notification because you are a member of Sikuli Drivers, which is an answ

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread arun.a
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Answered => Open arun.a is still having a problem: i modified the script new1 -- from sikuli import * #import unittest #import HTMLTestRunner class Channel(unittest.TestCase): def test0(

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Open => Answered RaiMan proposed the following answer: easy one ;-) should read from new1 import * instead of import new1 import * It took some time for me, to accept these cryptic SyntaxError

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread arun.a
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Answered => Solved arun.a confirmed that the question is solved: Hi RaiMan, it was my mistake i changed the same to import new1 import * Log - error] Stopped [error] An error occurs at line

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread arun.a
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Solved => Open arun.a is still having a problem: Hi RaiMan, it was my mistake i changed the same to import new1 import * Log - error] Stopped [error] An error occurs at line 3 [error] Error

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Open => Answered RaiMan proposed the following answer: do not do this: from unittest import * from HTMLTestRunner import* use instead: import unittest import HMLTestRunner from some_module im

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread arun.a
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Answered => Open arun.a is still having a problem: from sikuli import * myScriptPath = "C:\\Documents and Settings\\USER\\Desktop\\new1.sikuli" from new1 import * import unittest import HTMLTes

Re: [Sikuli-driver] [Question #205272]: Maximize the window - Mac

2012-08-10 Thread Neo
Question #205272 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205272 Status: Answered => Solved Neo confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, whic

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Open => Needs information RaiMan requested more information: from dlmsnew1 import * is in the error message, but from new1 import * in your comment??? something's going odd here? -- You rec

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread arun.a
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Needs information => Open arun.a gave more information on the question: No..it is correct.. if i am using new1 script i will mention that file in import file..that i understood See the final on

Re: [Sikuli-driver] [Question #205371]: One image, multiple sizes?

2012-08-10 Thread j
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 j posted a new comment: Is there any documented successful use of imagemagick or any other way to support finding different scaled images? I would be very interested in this feature. -- You received this qu

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread RaiMan
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Open => Answered RaiMan proposed the following answer: Ok, since you use the module unit test in dlmsnew1.sikuli, you need import unittest currently it is commented out ! Python does not have

Re: [Sikuli-driver] [Question #205117]: multiple scripts --- from sikuli import * needed

2012-08-10 Thread arun.a
Question #205117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205117 Status: Answered => Solved arun.a confirmed that the question is solved: Thanks Very much RaiMan..Now it is working fine. Thanks once again -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #204056]: Problem With For loop

2012-08-10 Thread Launchpad Janitor
Question #204056 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204056 Status: Needs information => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. -- You

Re: [Sikuli-driver] [Question #205371]: One image, multiple sizes?

2012-08-10 Thread RaiMan
Question #205371 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205371 RaiMan posted a new comment: I have not seen yet any document, that talks about "How to use ImageMagick together with Sikuli". So what exactly do you want to know? e.g. How to scale one image to different s

Re: [Sikuli-driver] [Question #184641]: Sikuli doesn't work anymore

2012-08-10 Thread paramjeet
Question #184641 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/184641 Linked to bug: #184641 https://bugs.launchpad.net/bugs/184641 "AWN Integrated SiS Mirage2" -- You received this question notification because you are a member of Sikuli Drivers, which is an answ

Re: [Sikuli-driver] [Question #184641]: Sikuli doesn't work anymore

2012-08-10 Thread RaiMan
Question #184641 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/184641 Removed link to bug: #184641 https://bugs.launchpad.net/bugs/184641 "AWN Integrated SiS Mirage2" -- You received this question notification because you are a member of Sikuli Drivers, which is a

Re: [Sikuli-driver] [Question #205413]: trying to trap errors in sikili script not quite working

2012-08-10 Thread ironmantis7x
Question #205413 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205413 ironmantis7x gave more information on the question: oh ... forgot to include my code... sorry about that... if not exists("1344004317402.png"):     print"[error]: Can't Start Application"     exit(1) click("

Re: [Sikuli-driver] [Question #205413]: trying to trap errors in sikili script not quite working

2012-08-10 Thread ironmantis7x
Question #205413 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205413 Status: Answered => Open ironmantis7x is still having a problem: I am still not getting the app to exit on a fail.  It seems to fail on the step afterwards which is a wait for image to appear step event

Re: [Sikuli-driver] [Question #205413]: trying to trap errors in sikili script not quite working

2012-08-10 Thread RaiMan
Question #205413 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205413 Status: Open => Needs information RaiMan requested more information: if not exists("1344004317402.png"): print"[error]: Can't Start Application" exit(1) # should exit here with the error mess

Re: [Sikuli-driver] [Question #205413]: trying to trap errors in sikili script not quite working

2012-08-10 Thread ironmantis7x
Question #205413 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205413 Status: Needs information => Open ironmantis7x gave more information on the question: Question: Does Sikuli allow for nested if statements? In my app it is skipping whole sections of written code that sh

Re: [Sikuli-driver] [Question #205413]: trying to trap errors in sikili script not quite working

2012-08-10 Thread ironmantis7x
Question #205413 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205413 ironmantis7x gave more information on the question: Found my error -- whitespace matters.  i rewroet the program with different levels of white space (this time minimizing the whitespace and matching levels

Re: [Sikuli-driver] [Question #205413]: trying to trap errors in sikili script not quite working

2012-08-10 Thread RaiMan
Question #205413 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205413 Status: Open => Solved RaiMan changed the question status: Oh yes, I thought you'd be aware, that it is Python language, that you are scripting and one of the most critical things with Python is leading

Re: [Sikuli-driver] [Question #205413]: trying to trap errors in sikili script not quite working --- indentation problem

2012-08-10 Thread RaiMan
Question #205413 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/205413 Summary changed to: trying to trap errors in sikili script not quite working --- indentation problem -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #144682]: Sikuli X not running in Windows 7 32bit

2012-08-10 Thread paramjeet
Question #144682 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144682 Linked to bug: #144682 https://bugs.launchpad.net/bugs/144682 "Please backport pingus from Gutsy" -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #144682]: Sikuli X not running in Windows 7 32bit

2012-08-10 Thread RaiMan
Question #144682 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/144682 Removed link to bug: #144682 https://bugs.launchpad.net/bugs/144682 "Please backport pingus from Gutsy" -- You received this question notification because you are a member of Sikuli Drivers, whi