[Sikuli-driver] [Bug 2015283] [NEW] [2.0.5] IDE: import sub as su and from sub import * need IDE restart on changes in sub --- workaround

2023-04-04 Thread RaiMan
Public bug reported: follow up on GitHub: https://github.com/RaiMan/SikuliX1/issues/576 --- workaround only use import sub - I use IDE version 2.0.5, and I'm working with two files: -index.sikuli -utils.sikuli Imagining that I make a change

Re: [Sikuli-driver] [Question #706071]: [2.0.5] IDE: import sub as su and from sub import * need IDE restart on changes in sub --- workaround

2023-04-04 Thread RaiMan
Question #706071 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/706071 Status: Answered => Solved RaiMan changed the question status: is a bug -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX.

[Sikuli-driver] [Question #706071]: Status of bug #2015283 changed to 'In Progress' in SikuliX

2023-04-04 Thread RaiMan
Bug #2015283 status changed in SikuliX: New => In Progress https://bugs.launchpad.net/sikuli/+bug/2015283 "[2.0.5] IDE: import sub as su and from sub import * need IDE restart on changes in sub --- workaround" This bug is linked to #706071. [2.0.5] IDE: import sub as su and from sub import

Re: [Sikuli-driver] [Question #706071]: [2.0.5] IDE: import sub as su and from sub import * need IDE restart on changes in sub --- workaround

2023-04-04 Thread RaiMan
Question #706071 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/706071 Linked to bug: #2015283 https://bugs.launchpad.net/bugs/2015283 "[2.0.5] IDE: import sub as su and from sub import * need IDE restart on changes in sub --- workaround" -- You received this

Re: [Sikuli-driver] [Question #706071]: [2.0.5] IDE: import sub as su and from sub import * need IDE restart on changes in sub --- workaround

2023-04-04 Thread RaiMan
Question #706071 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/706071 Summary changed to: [2.0.5] IDE: import sub as su and from sub import * need IDE restart on changes in sub --- workaround Description changed to: --- workaround only use import sub

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 #705951]: Sikulix subprocess module overflow error

2023-04-04 Thread RaiMan
Question #705951 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705951 Status: Open => Answered RaiMan proposed the following answer: Surely not a SikuliX problem. Try your approach with plain Jython. I guess it is a problem with garbage collection might be together

Re: [Sikuli-driver] [Question #705963]: Automated GUI Testing

2023-04-04 Thread RaiMan
Question #705963 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/705963 Status: Needs information => Answered RaiMan proposed the following answer: .csh files cannot be run from within the IDE. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #706007]: Can I run SikuliX inside a django project?

2023-04-04 Thread RaiMan
Question #706007 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/706007 Status: Open => Answered RaiMan proposed the following answer: SikuliX features always need access to a real or fake monitor. To run SikuliX features from Python, you can try with pyjnius. -- You

Re: [Sikuli-driver] [Question #706028]: Sikuli script stops working without throwing any error or any exception, it just waits where there is no wait function

2023-04-04 Thread RaiMan
Question #706028 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/706028 Status: Open => Answered RaiMan proposed the following answer: my test on Windows 11 Java 11: r = Region(75,106,50,16) # 1st part of a longer text line rx = r.x # remember start x for i in range(1000

Re: [Sikuli-driver] [Question #700657]: [2.0.4]sikulixapi with java 11 on maxOS M1: problems using OCR features (Tesseract lib missing)

2023-04-04 Thread RaiMan
Question #700657 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700657 Status: Open => Answered RaiMan proposed the following answer: Just checked again on my iMac M1. My Tesseract is on version 5.0.3 and it works. Put a Debug.on(3); before the first use of any SikuliX

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

Re: [Sikuli-driver] [Question #706021]: parameters cmd

2023-04-04 Thread CAMILO CARDOSO ALVES
Question #706021 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/706021 Status: Answered => Solved CAMILO CARDOSO ALVES confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli

[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