[Sikuli-driver] [Question #163812]: Sikuli & Continuous Integration

2011-07-05 Thread Ramona Constantinescu
New question #163812 on Sikuli: https://answers.launchpad.net/sikuli/+question/163812 Hi everyone, I would like to integrate Sikuli with Hudson, in order to test a .net based application. Since I am inexperienced in working with Hudson, I do not know if the above may pose certain issues: are th

Re: [Sikuli-driver] [Question #163812]: Sikuli & Continuous Integration with Hudson

2011-07-05 Thread RaiMan
Question #163812 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163812 Summary changed to: Sikuli & Continuous Integration with Hudson -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #163812]: Sikuli & Continuous Integration with Hudson

2011-07-05 Thread RaiMan
Question #163812 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163812 Status: Open => Answered RaiMan proposed the following answer: No known issues only known challenges ;-) The challenges you will face and the possible solutions depend on the rest of the things you want

Re: [Sikuli-driver] [Question #163812]: Sikuli & Continuous Integration with Hudson

2011-07-05 Thread Ramona Constantinescu
Question #163812 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163812 Ramona Constantinescu posted a new comment: Hi RaiMan, First of all, thank you for your quick reply :) Now, my answers: - Which "language" you want to use for your tests? Jython (Python), JRuby (Ruby) Ram

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-05 Thread Joe Harris
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Joe Harris gave more information on the question: Is this is a bug? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-05 Thread RaiMan
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 RaiMan posted a new comment: Sorry, somehow lost this one. I will check and come back soon. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #163412]: Copy Multiple Login Details From A text file and Login?

2011-07-05 Thread RaiMan
Question #163412 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163412 Status: Open => Answered RaiMan proposed the following answer: No, this is not a bug. This is a somewhat cryptic error message meaning: file not found. if you open a file for reading by theFile = file(

Re: [Sikuli-driver] [Question #163812]: Sikuli & Continuous Integration with Hudson

2011-07-05 Thread RaiMan
Question #163812 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163812 RaiMan proposed the following answer: --- have a look at https://answers.launchpad.net/sikuli/+question/153455 --- - How and where will the tests be run (local or remote)? that is not the real problem. the q

[Sikuli-driver] [Question #163869]: TypeError: 'list' object is not callable

2011-07-05 Thread Andrew Valancius
New question #163869 on Sikuli: https://answers.launchpad.net/sikuli/+question/163869 So I wrote this: def find_orefolders(): # Finds all ore folders ScanFolder = Region( ) # Sets area to search for folders ScanFolder.findAll( ) orefolders = list(ScanFolder.getLastMatches(

Re: [Sikuli-driver] [Question #163869]: TypeError: 'list' object is not callable

2011-07-05 Thread Andrew Valancius
Question #163869 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/163869 Andrew Valancius posted a new comment: oh and idk if it shows but all the indenting is correct, and if it appears different it's just from the copying and pasting -- You received this question notification

[Sikuli-driver] [Question #163900]: Function to select image dict.

2011-07-05 Thread Calle Rundgren
New question #163900 on Sikuli: https://answers.launchpad.net/sikuli/+question/163900 Hi! I got a file containing various sets of image dictionaries. I want to make a function which can be executed in a test class in order to set which set of images that would be used in the specific test(diff