python.pkgs.pyqt5: 5.10.1 -> 5.11.3#49400
Conversation
|
I also get It seems the sip module is now bundled in pyqt: http://pyqt.sourceforge.net/Docs/PyQt5/incompatibilities.html This might be the solution: https://riverbankcomputing.com/pipermail/pyqt/2018-July/040494.html Details:
WIP patch (not working): Maybe we should create a sip module dedicated for pyqt5 (with the |
|
This is the behavior observed with the above patch applied I don't know why it fails in the first case because the sip module is in the PYTHONPATH and the only thing added is |
|
Well, this has landed to master. @nyanloutre I can still reproduce your issue. I think you are on the right track about solving this. It seems like your last problem is because |
|
@veprbl thanks for the suggestion, I will try to simlink the sip library in the right pyqt5 directory EDIT: it's working with a simlink (and the sip package can be left as it is) |
Motivation for this change
Qutebrowser complains about needing Qt 5.11 when setting
content.cookies.accepttono-3rdparty.When running qutebrowser with this version of pyqt5, I get
ModuleNotFoundError: No module named 'PyQt5.sip'.Things done
sandboxinnix.confon non-NixOS)nix-shell -p nox --run "nox-review wip"./result/bin/)nix path-info -Sbefore and after)cc @svanderburg