← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #674899]: Text find not working reliably

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
the text features return Unicode strings.

the Python print statement cannot handle them.

try with
uprint("some Unicode text")

… mind the brackets - it is a function!

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.