[Sikuli-driver] [Question #238021]: calling a sikuli file

2013-10-24 Thread sanjana
New question #238021 on Sikuli: https://answers.launchpad.net/sikuli/+question/238021 Hi, 1. Had to split the script into 2 sikuli files due to code lenght issues. Is ther a way to increase the code length? 2. Is there a command to call one sikuli file from other sikuli file.? The 2 sikuli fil

Re: [Sikuli-driver] [Question #238021]: calling a sikuli file

2013-10-25 Thread RaiMan
Question #238021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238021 Status: Open => Answered RaiMan proposed the following answer: -- code length no, cannot be increased. Is a buffer lenght restriction (64KB) of the used Jython interpreter. -- script call for the rest W

Re: [Sikuli-driver] [Question #238021]: calling a sikuli file

2013-10-25 Thread RaiMan
Question #238021 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238021 RaiMan proposed the following answer: This will work in IDE also. Using execfile() has the advantage over all other possible solutions, that the executed code runs in the context of the main script (all name