Trying to run haoide for the first time using Cygwin, getting an error as shown:
$ python main.py
File "main.py", line 335
SyntaxError: Non-ASCII character '\xe2' in file main.py on line 335, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
Not clear what the encoding error might be, or if the problem is Cygwin. Anyone seen this before?
Trying to run haoide for the first time using Cygwin, getting an error as shown:
$ python main.py File "main.py", line 335 SyntaxError: Non-ASCII character '\xe2' in file main.py on line 335, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
Not clear what the encoding error might be, or if the problem is Cygwin. Anyone seen this before?
thx..