Re: [Sikuli-driver] [Question #697263]: random function definition error

2021-05-27 Thread martin matias garcia
Question #697263 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697263 Status: Needs information => Solved martin matias garcia confirmed that the question is solved: I found the problem, running the full script after repairing the function solves my problem, thanks --

Re: [Sikuli-driver] [Question #697263]: random function definition error

2021-05-27 Thread RaiMan
Question #697263 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697263 Status: Open => Needs information RaiMan requested more information: SikuliX version? Hope your mean "def function ():" ;-) Could you paste a snippet, that allows to reproduce? -- You received this

[Sikuli-driver] [Question #697263]: random function definition error

2021-05-26 Thread martin matias garcia
New question #697263 on SikuliX: https://answers.launchpad.net/sikuli/+question/697263 I have the following problem, when writing a script I define functions in the following way "Def function ():" everything is perfect until one generates an error. And it starts throwing "undefined function".