← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #206250]: Getting as ERROR saying - ".png looks like a file, but can't be found on the disk. Assume it's text."

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
--- found that the Download.png
but Sikuli looks for a "Downloaded.png" --- a typo?

--- So is there anything we can debug the issue?
into b.sikuli put a print statement:

from sikuli import *
print "b.sikuli is imported"
def function():
# ....

This will print the message once, when the <import b> statement is
processed the first time in the IDE (you have to restart the IDE, if you
change anything in imported scripts or use reload() look the docs link
above).

If on Windows: take care, that the scripts are stored at least one level
below root and that the path does not contain any special characters or
blanks/underscores.

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