I am trying to run link to my script from command line i do this like this:
python "script.lnk"
In the script.py file i added this line as a first line in file:
# coding=UTF-8
I am positive that my Notepad++ has encoding set to UTF-8 and still i get this error:
SyntaxError: Non-ASCII character '\xd1' in file script.lnk on line 2, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
Any ideas why?