[Sikuli-driver] [Question #269439]: Importing Custom sikuli module - [error] NameError ( global name 'click' is not defined )

2015-07-20 Thread Zoran Lisovac
New question #269439 on Sikuli: https://answers.launchpad.net/sikuli/+question/269439 I have a utility sikuli module that I would like to reuse throughout other sikuli modules my util file looks like: from sikuli import * def helperMethod1(): ... def helperMethod2(): ... So it has

Re: [Sikuli-driver] [Question #269439]: Importing Custom sikuli module - [error] NameError ( global name 'click' is not defined )

2015-07-20 Thread RaiMan
Question #269439 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269439 Status: Open = Answered RaiMan proposed the following answer: what version of Sikuli? how do you run the main (consuming) script? in any case: utilFunctionsPath = 'MyDir\UtilFunctions' # this must be