Re: [Sikuli-driver] [Question #682622]: keyerror message when running automation script

2019-09-12 Thread RaiMan
Question #682622 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682622 Status: Open => Answered RaiMan proposed the following answer: Your overall concept is not dynamic: If you change a script's content, that was imported before in the IDE, it has to be reloaded at the ne

Re: [Sikuli-driver] [Question #682622]: keyerror message when running automation script

2019-09-10 Thread mohammed ahmed
Question #682622 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682622 mohammed ahmed posted a new comment: Can someone help me with this. It might be a trivial issue for experts to solve but I have reached a bottleneck. -- You received this question notification because your

Re: [Sikuli-driver] [Question #682622]: keyerror message when running automation script

2019-09-05 Thread mohammed ahmed
Question #682622 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682622 Status: Answered => Open mohammed ahmed is still having a problem: Apologies, to come back to this question. I think I know what is happening, Every time I add an image to image dictionary. I need to res

Re: [Sikuli-driver] [Question #682622]: keyerror message when running automation script

2019-08-07 Thread RaiMan
Question #682622 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/682622 Status: Open => Answered RaiMan proposed the following answer: not a SikuliX problem, since it is self-made Jython code. -- You received this question notification because your team Sikuli Drivers is a

[Sikuli-driver] [Question #682622]: keyerror message when running automation script

2019-08-05 Thread mohammed ahmed
New question #682622 on Sikuli: https://answers.launchpad.net/sikuli/+question/682622 from sikuli.Sikuli import * import os myPath = os.path.dirname(getBundlePath()) if not myPath in sys.path: sys.path.append(myPath) from imagerepository import * from imageclick import * #from util import * #from