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
When limiting to Debian packages, browser authentication fails with:
ImportError: cannot import name 'QtWebKit'
That package is not available for Python3 and QT4. It is supported for QT5. Can the code be updated?
I've disable the --browser-auth option in the interim.
The text was updated successfully, but these errors were encountered:
Could you send a PR?
Sorry, something went wrong.
The only thing I have available removes the argparse add-argument() call for browser-auth.
Also note the last commit pretty much matches the pypi tar, except the version is still at 0.1.3.
Disable the --browser-auth option
b884991
tokland#9
No branches or pull requests
When limiting to Debian packages, browser authentication fails with:
That package is not available for Python3 and QT4. It is supported for QT5. Can the code be updated?
I've disable the --browser-auth option in the interim.
The text was updated successfully, but these errors were encountered: