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

Python 3.6 throws NameError: name 'unicode' is not defined #10

Closed
anselal opened this issue Oct 25, 2017 · 0 comments
Closed

Python 3.6 throws NameError: name 'unicode' is not defined #10

anselal opened this issue Oct 25, 2017 · 0 comments

Comments

@anselal
Copy link
Owner

anselal commented Oct 25, 2017

The detailed traceback can be found at https://gist.github.com/anonymous/fef4d8c413ab2517aaebb38a09affb2b
This is because Python 3 renamed the unicode type to str, the old str type has been replaced by bytes.

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

No branches or pull requests

1 participant