File "polarizer.py", line 665
SyntaxError: Non-ASCII character '\xc3' in file polarizer.py on line 665, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
line 665 print("# temperature-grouped multiple Nosé-Hoover thermostats and barostat")
Error observed only for python2; python3 works fine.
Encoding specification is required
line 2 # -*- coding: iso-8859-15 -*-
File "polarizer.py", line 665 SyntaxError: Non-ASCII character '\xc3' in file polarizer.py on line 665, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
line 665 print("# temperature-grouped multiple Nosé-Hoover thermostats and barostat")
Error observed only for python2; python3 works fine.
Encoding specification is required
line 2 # -*- coding: iso-8859-15 -*-