Question #204875 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204875
RaiMan proposed the following answer: the .sikuli folder contains the .py - so just edit these. If you ever want to run a .sikuli again with IDE or using the Sikuli command line features: take care, that the my-script.sikuli is named the same as the contained my-script.py. If you start using the .py in Eclipse, the you have to take care, from where your images are loaded. Whenrunning just the .py files using Eclipse/Jython, the utomatic image location of the Sikuli framework does not happen. Have a look at setBundlePath() (good for one central image folder) or the image path feature if you need more than one image storage. -- 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

