Re: [Sikuli-driver] [Question #680190]: addImagePath working on a Pc and not in another

2019-06-19 Thread matteoa
Question #680190 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680190 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #680190]: addImagePath working on a Pc and not in another

2019-04-11 Thread RaiMan
Question #680190 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680190 RaiMan proposed the following answer: I think it makes sense, when saying in a script addImagePath(../some/other/folder) or any other relative path, that it should be relative to the script folder's

Re: [Sikuli-driver] [Question #680190]: addImagePath working on a Pc and not in another

2019-04-11 Thread matteoa
Question #680190 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680190 matteoa posted a new comment: Thanks RainMan! Yes, I was supposing that the base folder was the working folder, I tried on my pc and it was ok, then I went to the production pc and... Let me know Thanks

Re: [Sikuli-driver] [Question #680190]: addImagePath working on a Pc and not in another

2019-04-11 Thread RaiMan
Question #680190 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680190 Status: Open => Answered RaiMan proposed the following answer: LOL, 2Fast4me ;-) had the same idea, after being sure, that the dotted path notation is not supported by addImagePath(). The problem

Re: [Sikuli-driver] [Question #680190]: addImagePath working on a Pc and not in another

2019-04-11 Thread matteoa
Question #680190 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680190 matteoa gave more information on the question: Hello all, I solved the problem by using this: p=getParentPath()+r"\ECUImg" addImagePath(p) It works on both pc. I'm ok now, but I think the problem I had is

[Sikuli-driver] [Question #680190]: addImagePath working on a Pc and not in another

2019-04-11 Thread matteoa
New question #680190 on Sikuli: https://answers.launchpad.net/sikuli/+question/680190 Hi, on my development Pc: 1.1.4-SNAPSHOT-2019-01-30_21:31/Windows10.0/Java8(64)1.8.0_201-b09 I have a folder at the same level of the .sikuli folder that contains my script that contains a set of images. To