Question #246338 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246338
RaiMan posted a new comment: @Jonas Maurer I will surely not do, what you suggested. - a beginner should read the docs before starting to do more complex things (http://doc.sikuli.org/globals.html#importing-other-sikuli-scripts-reuse-code-and-images) - importing "running scripts" is not a recommended method (since the code at indent level 0 is only interpreted once at import time). A module intended for import should only contain classes and defs and should itself not be runnable. - But if you do that, reloading the IDE is not needed: we have reload(module) for that -- 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 : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

