We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
C:\Python27> .\python.exe C:\Users\aho\Documents\wheel-of-food\wheel-of-food.py Traceback (most recent call last): File "C:\Users\aho\Documents\wheel-of-food\wheel-of-food.py", line 13, in <module> file = open('config.json','r') IOError: [Errno 2] No such file or directory: 'config.json'
Easy fix, you just need to do it.
The text was updated successfully, but these errors were encountered:
Merge pull request #2 from brasstax/master
cf10dcb
Added UTF-8 forced encoding to deal with non-ASCII letters.
brasstax
No branches or pull requests
C:\Python27> .\python.exe C:\Users\aho\Documents\wheel-of-food\wheel-of-food.py Traceback (most recent call last): File "C:\Users\aho\Documents\wheel-of-food\wheel-of-food.py", line 13, in <module> file = open('config.json','r') IOError: [Errno 2] No such file or directory: 'config.json'
Easy fix, you just need to do it.
The text was updated successfully, but these errors were encountered: