← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #235419]: Import problem

 

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.