sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #48941
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.