Skip to content

Instantly share code, notes, and snippets.

@inclement
Created August 25, 2013 14:55
Show Gist options
  • Save inclement/6334255 to your computer and use it in GitHub Desktop.
Save inclement/6334255 to your computer and use it in GitHub Desktop.
Error with kivy pep8 checker
$ git commit kivy/app.py
Traceback (most recent call last):
File "/home/asandy/kivy/kivy/tools/pep8checker/pep8kivy.py", line 4, in <module>
import pep8
File "/home/asandy/kivy/kivy/tools/pep8checker/pep8.py", line 1054, in <module>
stdin_get_value = TextIOWrapper(sys.stdin.buffer, errors='ignore').read
NameError: name 'TextIOWrapper' is not defined
Error: 1 styleguide violation(s) encountered!
Your commit has been aborted. Please fix the violations and retry.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment