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.x compatibility #6

Open
dvska opened this issue Oct 24, 2016 · 4 comments
Open

Python 3.x compatibility #6

dvska opened this issue Oct 24, 2016 · 4 comments

Comments

@dvska
Copy link

dvska commented Oct 24, 2016

Please, use six library

@kltdwrds
Copy link

you might try replacing urllib2.Request with urllib.request.Request and be 👍

@khrizo
Copy link

khrizo commented Jul 15, 2021

pip install 2to3
2to3 -w file_to_convert.py

@mathewrosssmith
Copy link

Just for the record, I had this problem at a previous job and ended up forking the repo to make a Python 3 version. If someone wants to look at it to merge compatibility here, I don't know if/when I'll have time to try to add all those if/else sections but the repo is jotform-api-python3. Hope this helps someone!

@mathewrosssmith
Copy link

Nevermind, I just saw that this was addressed and just hasn't been closed yet. Carry on!

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

4 participants