We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 ran gup from the tip of the github repo on Windows using Python 2.7.1. I got an exception that os.readfile() does not exist.
os.readfile()
I was able to get it working with Python 3.7, which seems to have os.readfile() on Windows.
The text was updated successfully, but these errors were encountered:
Thanks for the report. Now's probably a good time to just depend on python3 and drop python2, it's surely widely installed.
Sorry, something went wrong.
I think dropping python2 support is reasonable.
No branches or pull requests
I ran gup from the tip of the github repo on Windows using Python 2.7.1. I got an exception that
os.readfile()
does not exist.I was able to get it working with Python 3.7, which seems to have
os.readfile()
on Windows.The text was updated successfully, but these errors were encountered: