Question #661362 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/661362
RaiMan proposed the following answer: There are 2 different scenarios, that have to be setup separately: -- 1: running the Python console from inside an existing project -- 2: running a script in an existing project using the Run feature backed by Configurations for 1: the approach in comment #1 works for using the console for 2: for anything else but using the console you have to use a so called Configuration: Menu Run -> Edit Configurations There is a set of default configurations, where you might add to the relevant configurations the environment variable CLASSPATH, so you later create configurations, that already have this preset. ... and simply saying Run for some script will auto-create a suitable Configuration, that you can edit later to meet your requirements. Hope it helps You received this question notification because your team Sikuli Drivers 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

