Question #210629 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210629
Status: Open => Answered RaiMan proposed the following answer: --- latest version is r930 ... ... as noted and downloadable from the download page http://sikuli.org/download.shtml --- import Sikuli ... recommended import statement now: from sikuli import * --- according pyCharm: I have no idea, what the problem might be. Check the Debug setup again. Try to run it with from sikuli import * commented out and set a breakpoint before the first time a Sikuli feature is used (which would need the import sikuli). So you can check wether it is a general debugger problem, or has something to do with the Sikuli import. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : sikuli-driver@lists.launchpad.net Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp