Re: [Sikuli-driver] [Question #160893]: help debugging leaking script

2011-07-02 Thread Launchpad Janitor
Question #160893 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160893 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 #160893]: help debugging leaking script

2011-06-17 Thread RaiMan
Question #160893 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160893 RaiMan posted a new comment: as far as I understand: -- bar=foo() - makes the foo object and creates the instance variables -- bar.main() - the existing instance variables of foo are used and - the newly

Re: [Sikuli-driver] [Question #160893]: help debugging leaking script

2011-06-16 Thread eliteSKL
Question #160893 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160893 Status: Needs information = Open eliteSKL gave more information on the question: no i have not tried using Jython 2.5.2. i will look into trying it later. i want to first make sure that the problem is

Re: [Sikuli-driver] [Question #160893]: help debugging leaking script

2011-06-10 Thread RaiMan
Question #160893 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160893 RaiMan posted a new comment: --- already tried to run it with Jython 2.5.2? might not be a Sikuli problem. --- import gc: this seems to work this way only with Jython 2.5.2. In 2.5.1 these constants seem

Re: [Sikuli-driver] [Question #160893]: help debugging leaking script

2011-06-10 Thread RaiMan
Question #160893 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160893 RaiMan posted a new comment: had a look at jython 2.5.2: gc is not implemented, because Jython uses Java garbage collection. The Python gc functions are only stubs, that throw a not implemented exception if

Re: [Sikuli-driver] [Question #160893]: help debugging leaking script

2011-06-10 Thread RaiMan
Question #160893 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/160893 Status: Open = Needs information RaiMan requested more information: Did you try to run your sikuli app using Jython 2.5.2? -- You received this question notification because you are a member of Sikuli