Advertisement
Guest User

treehouse python error in windows

a guest
Apr 3rd, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\python34\lib\encodings\cp437.py", line 14, in decode
  3. def decode(self,input,errors='strict'):
  4. KeyboardInterrupt
  5.  
  6. The above exception was the direct cause of the following exception:
  7.  
  8. Traceback (most recent call last):
  9. File "diary.py", line 67, in <module>
  10. menu_loop()
  11. File "diary.py", line 37, in menu_loop
  12. menu[choice]()
  13. File "diary.py", line 46, in add_entry
  14. if input('Save entry? [Yn] ').lower() != 'n':
  15. KeyboardInterrupt: decoding with 'cp437' codec failed (KeyboardInterrupt: )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement