You need to use to define the string as Unicode for that to work, if you
do that then you also need an encoding line and the hack I added at the
beginning if you are on Python 2.x (by default it is in ASCII).
BTW, your Python shebang was incorrect.
Werner