Re: [Sikuli-driver] [Question #236682]: Sikuli failing to run script or executable when launched from command line or double clicked

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

Re: [Sikuli-driver] [Question #236682]: Sikuli failing to run script or executable when launched from command line or double clicked

2013-10-03 Thread RaiMan
Question #236682 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236682 Linked to bug: #1234531 https://bugs.launchpad.net/bugs/1234531 [1.0.1] scripts having blanks in path cannot be run -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #236682]: Status of bug #1234531 changed to 'Fix Committed' in Sikuli

2013-10-03 Thread RaiMan
Bug #1234531 status changed in Sikuli: New = Fix Committed https://bugs.launchpad.net/sikuli/+bug/1234531 [1.0.1] scripts having blanks in path cannot be run This bug is linked to #236682. Sikuli failing to run script or executable when launched from command line or double clicked

[Sikuli-driver] [Bug 1234531] [NEW] [1.0.1] scripts having blanks in path cannot be run

2013-10-03 Thread RaiMan
Public bug reported: *** problem Typically I call my Sikuli from a shell script using escaped characters: /Volumes/GraphicsXRaid/04\ Elements/_AE_Scripts_Effects/scripts\ from\ Kevin/Index\ Comps\ From\ Projects/Suppress_AE_Dialogs.sikuli But I just ran a quoted version of the escaped path

Re: [Sikuli-driver] [Question #236745]: [1.0.1] cant import urlparse with ide

2013-10-03 Thread RaiMan
Question #236745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236745 Status: Open = Answered RaiMan proposed the following answer: Uuups, known problem: the running script cannot have the same name as an imported module. using as script name testUrlparse.sikuli should

Re: [Sikuli-driver] [Question #236745]: [1.0.1] cant import urlparse --- scripts should not have same name as imported stuff

2013-10-03 Thread RaiMan
Question #236745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236745 Summary changed to: [1.0.1] cant import urlparse --- scripts should not have same name as imported stuff -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #235894]: sikuli 1.0.1 closing while trying to open .sikuli script

2013-10-03 Thread Launchpad Janitor
Question #235894 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235894 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 #236585]: html related ques

2013-10-03 Thread sanjana
Question #236585 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236585 Status: Answered = Solved sanjana confirmed that the question is solved: Thanks.. Its working fyn -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #236745]: [1.0.1] cant import urlparse --- scripts should not have same name as imported stuff

2013-10-03 Thread rob
Question #236745 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236745 Status: Answered = Open rob is still having a problem: i only ran that script as a test, i have the same problem regardless of the script name PS C:\Users\rgonzales.TEAMPOSTOP runIDE -d 3 -c -r

Re: [Sikuli-driver] [Question #236725]: Why does onChange() work with a sikuli.Region and not with a org.sikuli.script.Region

2013-10-03 Thread Pierre Best
Question #236725 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236725 Status: Answered = Open Pierre Best is still having a problem: I've followed your instructions in steps 1, 2, 3 and 4. When I try to debug the program I get the following output: pydev debugger:

[Sikuli-driver] [Bug 1234831] [NEW] IDE 1.0.1 hangs launching -d 3 -c on OS X

2013-10-03 Thread Mark Weisler
/SikuliFail-20131003.txt -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1234831 Title: IDE 1.0.1 hangs launching -d 3 -c on OS X Status in Sikuli: New Bug description: Summary: I launch Sikuli

[Sikuli-driver] [Question #236800]: function_related ques

2013-10-03 Thread sanjana
New question #236800 on Sikuli: https://answers.launchpad.net/sikuli/+question/236800 hi. I created called_fun.sikuli The contents for dis file is def hey(): a= pass return a An other file calling_fun.sikuli whose contents are import called_fun test = open('C:\test.html','w')

Re: [Sikuli-driver] [Question #236003]: i am not able to display the region after find failed

2013-10-03 Thread azhar
Question #236003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236003 Status: Answered = Open azhar is still having a problem: hi, I was out of town for a while. it solved my problem partially, by taking a screenshot when failure occurs. But when image is not found I am

[Sikuli-driver] [Question #236802]: How to select an one of the option from dropdown list?

2013-10-03 Thread koventhan
New question #236802 on Sikuli: https://answers.launchpad.net/sikuli/+question/236802 want to select one of the option from dropdown menu (GUI). Example want to open Notepad and perform this operation ,file--save--save I have tried like below OpenApp(Notepad) wait(file.PNG,5) click(file.PNG)