[Sikuli-driver] [Question #240549]: Why the Eclipse launch is still running after using Popup or Input

2013-12-09 Thread Parn Yin
New question #240549 on Sikuli: https://answers.launchpad.net/sikuli/+question/240549 If using Sikuli's Popup or Input in the code, when run the code in Eclipse, even all the codes have been run, launch process is still there. [Steps to Reproduce] 1. create an empty PyDev module in Eclipse. 2.

Re: [Sikuli-driver] [Question #240549]: Why the Eclipse launch is still running after using Popup or Input

2013-12-09 Thread RaiMan
Question #240549 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240549 Status: Open = Needs information RaiMan requested more information: use exit() to terminate the script. if you just run from sikuli import * ... will the launch process terminate then? -- You

Re: [Sikuli-driver] [Question #240549]: Why the Eclipse launch is still running after using Popup or Input

2013-12-09 Thread Parn Yin
Question #240549 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240549 Status: Needs information = Solved Parn Yin confirmed that the question is solved: Using exit() works! Thank you RaiMan! --- just run the line from sikuli import * is ok, the launch process