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

I am trying to run this program in python 3 but it is giving error #4

Open
rajitnair opened this issue Jun 15, 2018 · 1 comment
Open

Comments

@rajitnair
Copy link

return codecs.charmap_decode(input,self.errors,decoding_table)[0]

UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 3192: character maps to

@ishanb97
Copy link

this seems to be written in python 2,there might be quite a bit of changes to make if you want to run it on python 3

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

2 participants