Re: [Sikuli-driver] [Question #637765]: Sikuli Framework - Issue in using switch statement to perform the actions from different .py file

2017-09-25 Thread Varun Palani
Question #637765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637765 Status: Answered => Solved Varun Palani confirmed that the question is solved: Thanks masuo, that solved my question. -- You received this question notification because your team Sikuli Drivers is an a

Re: [Sikuli-driver] [Question #637765]: Sikuli Framework - Issue in using switch statement to perform the actions from different .py file

2017-05-31 Thread masuo
Question #637765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637765 Status: Open => Answered masuo proposed the following answer: @Varun Palani try to restart SikulixIDE. -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #637765]: Sikuli Framework - Issue in using switch statement to perform the actions from different .py file

2017-05-31 Thread Varun Palani
Question #637765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637765 Status: Answered => Open Varun Palani is still having a problem: Hi masuo, class file is old. I deleted it. Still the same error message. :( -- You received this question notification because your te

Re: [Sikuli-driver] [Question #637765]: Sikuli Framework - Issue in using switch statement to perform the actions from different .py file

2017-05-31 Thread masuo
Question #637765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637765 masuo posted a new comment: Sorry, typo. "delete class file" is correct. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #637765]: Sikuli Framework - Issue in using switch statement to perform the actions from different .py file

2017-05-31 Thread masuo
Question #637765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637765 Status: Open => Answered masuo proposed the following answer: Just in case Check timestamp of class file "Actions$py.class". If this timestamp is older than timestamp of "Actions.py", delete timestamp an

Re: [Sikuli-driver] [Question #637765]: Sikuli Framework - Issue in using switch statement to perform the actions from different .py file

2017-05-31 Thread Varun Palani
Question #637765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637765 Status: Answered => Open Varun Palani is still having a problem: Hi Raiman.. I agree.. Unfortunately I am not the system admin.. I will upgrade the system. Still the same error message TypeError: Acti

Re: [Sikuli-driver] [Question #637765]: Sikuli Framework - Issue in using switch statement to perform the actions from different .py file

2017-05-31 Thread RaiMan
Question #637765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637765 RaiMan proposed the following answer: I recommend anyways to upgrade to version 1.1.1 http://sikulix.com -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #637765]: Sikuli Framework - Issue in using switch statement to perform the actions from different .py file

2017-05-31 Thread RaiMan
Question #637765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637765 RaiMan proposed the following answer: def Actions(Field,keyword,value): self is missing def Actions(self, Field,keyword,value): -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #637765]: Sikuli Framework - Issue in using switch statement to perform the actions from different .py file

2017-05-31 Thread RaiMan
Question #637765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637765 Status: Open => Answered RaiMan proposed the following answer: I guess, this is not allowed: return { 'Type' : type(obj.getImage(Field),value)

Re: [Sikuli-driver] [Question #637765]: Sikuli Framework - Issue in using switch statement to perform the actions from different .py file

2017-05-31 Thread Varun Palani
Question #637765 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/637765 Description changed to: Hi All, I have been trying to create an automation framework for Sikuli X-1.Orc3 IDE for my project. Here is my flow.. 1. To read data from CSV file 2. Extract the image from the im

[Sikuli-driver] [Question #637765]: Sikuli Framework - Issue in using switch statement to perform the actions from different .py file

2017-05-31 Thread Varun Palani
New question #637765 on Sikuli: https://answers.launchpad.net/sikuli/+question/637765 Hi All, I have been trying to create an automation framework for Sikuli X-1.Orc3 IDE for my project. Here is my flow.. 1. To read data from CSV file 2. Extract the image from the image dictionary 3. With hel