← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #210841]: Not able to read from text file when timestamp is used

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
again no need to spam your code here. the error message would have been
sufficient.

You should think about loops and def()'s to avoid endless copy&paste of
the same snippet with tiny modifications.

Your problem:

(19, 45, 08)

cannot be converted to number.

Numbers having a leading 0 are interpreted as octal numbers and 08 is
not a valid octal number.

so this works:

(19, 45, 8)

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