When trying to run a test a GUI to use with the ARK Taming Calculator I'm working on, GUI test gives me the error
Traceback (most recent call last): File "GUItest.py", line 1, in import PySimpleGUI as sg File "/home/nunya/.local/lib/python2.7/site-packages/PySimpleGUI/init.py, line 2, in from .PySimpleGUI import * File "/home/nunya/.local/lib/python2.7/site-packages/PySimpleGUI.py', line 523 SyntaxError: Non-ASCII character '\xe2' in file /home/nunya/.local/lib/python2.7/site-packages/PySimpleGUI.py on line 523, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
Looking at the site it provides, I don't under stand what it was stating, and havent been able to figure out what is wrong with PySimpleGUI.py