Re: [Sikuli-driver] [Question #232707]: Unable to import module call method

2013-08-04 Thread Launchpad Janitor
Question #232707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232707 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

Re: [Sikuli-driver] [Question #232707]: Unable to import module call method

2013-07-19 Thread RaiMan
Question #232707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232707 Status: Open = Answered RaiMan proposed the following answer: @Eugene It is Python. def()'s in classes (object functions) are defined with a reference to the object as first parameter (usually self is

Re: [Sikuli-driver] [Question #232707]: Unable to import module call method

2013-07-19 Thread RaiMan
Question #232707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232707 RaiMan proposed the following answer: BTW: if it is a start to setup some more complex scenario, this is how it should be in Python: # main.sikuli import sub reload(sub) from sub import * flexClient =

Re: [Sikuli-driver] [Question #232707]: Unable to import module call method

2013-07-19 Thread Jennifer Coleman
Question #232707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232707 Status: Solved = Open Jennifer Coleman is still having a problem: Thanks RaiMan! It seems the reload function is what I was missing and yes this will be building out to something more complicated, but I

Re: [Sikuli-driver] [Question #232707]: Unable to import module call method

2013-07-19 Thread Jennifer Coleman
Question #232707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232707 Status: Answered = Solved Jennifer Coleman 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 #232707]: Unable to import module call method

2013-07-18 Thread Jennifer Coleman
Question #232707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232707 Description changed to: New to both Sikuli Python. Any help here would be appreciated. After importing a module(mod a) to my main script (mod b) , the sikuli compiler gives me a error: [error] TypeError

[Sikuli-driver] [Question #232707]: Unable to import module call method

2013-07-18 Thread Jennifer Coleman
New question #232707 on Sikuli: https://answers.launchpad.net/sikuli/+question/232707 New to both Sikuli Python. Any help here would be appreciated. After importing a module(mod a) to my main script (mod b) , the sikuli compiler gives me a error: [error] TypeError ( login() takes exactly 3

Re: [Sikuli-driver] [Question #232707]: Unable to import module call method

2013-07-18 Thread Eugene S
Question #232707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232707 Eugene S posted a new comment: As far as I see it you have 4 input arguments defined: 1. self 2. flexClient 3. username 4. pwd -- You received this question notification because you are a member of