← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #234091]: The script searches for image files in other directory

 

Question #234091 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234091

RaiMan proposed the following answer:
I made some tests and checks.

There is some problem with the pathnames in Windows in some cases, that
I have to check deeper.

I found one situation that worked:

In the path down to the folder there are some \x combinations that are
interpreted as special characters, which leads to corrupted path names
in some places.

As a workaround, you can mask the first character after a \ using an
underscore (t has to be masked e.g., s works)

So in your case 
c:\_test\sikuli\_testcases

 should work as expected (no append to sys.path needed)

I will fix this as fast as possible.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.