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

    Status: Open => Answered

RaiMan proposed the following answer:
This error message tells you, that you want to concatenate a string with
a float ;-)

time.mktime(u.info().getdate("date"))
cannot be the cause, since there is no concatenation here. Must be either in 
info() or in getdate().

If you have identified the float object in a concatenation, just cast it
to a string using str(float_object).

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to