Re: [Sikuli-driver] [Question #685506]: how to use exe(use pyinstaller output)in sikuli

2019-11-04 Thread Manfred Hampl
Question #685506 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685506 Status: Open => Needs information Manfred Hampl requested more information: What is the current contents of test.py, especially with respect to the file name and its path? -- You received this question

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-11-04 Thread RaiMan
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 Status: Open => Answered RaiMan proposed the following answer: someRegion = Region(653,1129,1902,310) while True: do(a="img1", ab="img11", abc="img121", reg=someRegion) do(a="img1", ab="im

Re: [Sikuli-driver] [Question #685581]: Neither Jython nor JRuby available

2019-11-04 Thread RaiMan
Question #685581 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685581 Status: Open => Answered RaiMan proposed the following answer: In the IDE menu File -> Open Special Files and enter 2 (selecting Extensions Options). In the IDE you now have something like: # or // are

Re: [Sikuli-driver] [Question #685506]: how to use exe(use pyinstaller output)in sikuli

2019-11-04 Thread wu
Question #685506 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685506 Status: Needs information => Open wu gave more information on the question: @Manfred Hampl the test.py a = open('123.txt') for i in a: print(i) -- You received this question notification because

Re: [Sikuli-driver] [Question #685506]: how to use exe(use pyinstaller output)in sikuli

2019-11-04 Thread Manfred Hampl
Question #685506 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685506 Status: Open => Needs information Manfred Hampl requested more information: Try the following: Open a command line window, change directory to a different directory than the one with test.exe, and then

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-11-04 Thread David Borghi
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 Status: Answered => Open David Borghi is still having a problem: Thank you RaiMan. I'm sorry for the confusion. Turns out that I was just forgetting to remove one of the arguments from the function. I

Re: [Sikuli-driver] [Question #685479]: [HowTo] Use Region to speed up execution

2019-11-04 Thread RaiMan
Question #685479 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685479 Status: Open => Needs information RaiMan requested more information: It is always very hard to judge things like that from far away ;-) But if you send me your final version of the script (use sikulix--

Re: [Sikuli-driver] [Question #685506]: how to use exe(use pyinstaller output)in sikuli

2019-11-04 Thread wu
Question #685506 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685506 Status: Needs information => Open wu gave more information on the question: @Manfred Hampl i got like sikuli to get Traceback (most recent call last): File "test.py", line 6, in FileNotFoundError: