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

does not work in python3 #1

Open
benejoseph opened this issue May 9, 2022 · 0 comments · May be fixed by #2
Open

does not work in python3 #1

benejoseph opened this issue May 9, 2022 · 0 comments · May be fixed by #2

Comments

@benejoseph
Copy link

I am too lazy to make a pull request, but would you consider updating this to work in python3?

the fix is pretty simple:

  1. from StringIO import StringIO ----> from io import BytesIO
  2. replace every instance of StringIO with BytesIO

Done.

@JayVisschedijk JayVisschedijk linked a pull request Dec 4, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant