Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError: Non-ASCII character '\xe2' in file wRoutine.py #1

Open
MatthewThomasMiller opened this issue Nov 30, 2018 · 1 comment

Comments

@MatthewThomasMiller
Copy link

I keep getting this error below:

File "wRoutine.py", line 52
SyntaxError: Non-ASCII character '\xe2' in file wRoutine.py on line 52, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

i tried this fix: https://stackoverflow.com/questions/21639275/python-syntaxerror-non-ascii-character-xe2-in-file

But does not seem to work: other errors pop up. Any ideas?

@MatthewThomasMiller
Copy link
Author

It seems the issue had to do with typing this command python wRoutine.py (which you say to do in the first paragraph of your instructions)

Rather than python3 wRoutine.py (which you say in the section entitled "To Generate the Final Text")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant