← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #163412]: Copy Multiple Login Details From A text file and Login?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
No, this is not a bug.

This is a somewhat cryptic error message meaning: file not found.

if you open a file for reading by
theFile = file(r"C:\1.log.txt")

it MUST exist.

So if 
file(r"C:\1.log.")
works, there MUST be a file C:\1.log.

So in your case to test it, fill some lines into it with notepad before.

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