To make the python interpreter see the unicode utf-8 characters, add this under the shebang:
# -*- coding: utf-8 -*-