Re: [Sikuli-driver] [Question #706071]: Sikuli 2.0.5 IDE after change i need to restart IDE

2023-04-04 Thread RaiMan
Question #706071 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/706071 RaiMan proposed the following answer: Ok, thanks for coming back. I have to confirm, that only import sub works. import sub as su and from sub import * both produce the error. I will check the behavior

Re: [Sikuli-driver] [Question #706071]: Sikuli 2.0.5 IDE after change i need to restart IDE

2023-04-04 Thread RaiMan
Question #706071 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/706071 RaiMan proposed the following answer: Ok, thanks for coming back. I have to confirm, that only import sub works. import sub as su and from sub import * both produce the error. I will check the behavior

Re: [Sikuli-driver] [Question #706071]: Sikuli 2.0.5 IDE after change i need to restart IDE

2023-04-04 Thread Filipe Barbosa
Question #706071 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/706071 Filipe Barbosa posted a new comment: This is my example code: __ #main.sikuli import staticUtils as su print("in main") su.test1()

Re: [Sikuli-driver] [Question #706071]: Sikuli 2.0.5 IDE after change i need to restart IDE

2023-04-04 Thread RaiMan
Question #706071 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/706071 Status: Open => Answered RaiMan proposed the following answer: Not a dumb question, but too little information about how you use the utils.sikuli. Since the IDE behaviour when running a script is to al

[Sikuli-driver] [Question #706071]: Sikuli 2.0.5 IDE after change i need to restart IDE

2023-04-04 Thread Filipe Barbosa
New question #706071 on SikuliX: https://answers.launchpad.net/sikuli/+question/706071 I use IDE version 2.0.5, and I'm working with two files: -index.sikuli -utils.sikuli Imagining that I make a change in the utils.sikuli file, for example in a print("123") to print("234"), and after saving th