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
其实我也碰到过了,显著特征就是,连接 https 页面(知乎)的时候会自动蹦掉,是 pyqt5 的 webview 的一个 bug(我查到的),人家已经发了补丁,也就是说更新到最新版的 pyqt5就 ok 了(如果你本来就是最新版估计这个对你无效)
我做了如下步骤,之后就好了,
brew uninstall pyqt5 --with-python3 brew install pyqt5 --with-python3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
其实我也碰到过了,显著特征就是,连接 https 页面(知乎)的时候会自动蹦掉,是 pyqt5 的 webview 的一个 bug(我查到的),人家已经发了补丁,也就是说更新到最新版的 pyqt5就 ok 了(如果你本来就是最新版估计这个对你无效)
我做了如下步骤,之后就好了,
brew uninstall pyqt5 --with-python3
brew install pyqt5 --with-python3
The text was updated successfully, but these errors were encountered: