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

    Status: Open => Answered

RaiMan proposed the following answer:
as stated at  http://www.python.org/peps/pep-0263.html

you are using non-ASCII characters in your script, without telling
Jython/Python about the encoding.

add at the beginning of the script:
# -*- coding: utf-8 -*-

-- 
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