K-Mistele / seeker-of-the-sword

ascii-character adventure code written into console via python
Other
5 stars 0 forks source link

error on OS X NON ascii character #53

Closed rlairson closed 6 years ago

rlairson commented 6 years ago

Traceback (most recent call last): File "adventure.py", line 2, in from tile_classes import world_tile File "/Users/student/Downloads/seeker-of-the-sword-enhancement-high-scores/tile_classes.py", line 29 SyntaxError: Non-ASCII character '\xe2' in file /Users/student/Downloads/seeker-of-the-sword-enhancement-high-scores/tile_classes.py on line 29, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

amistele commented 6 years ago

Only a problem when trying to run code with previous python versions, just happens to be the first issue encountered.