Search Criteria
Package Details: python-pyqt5-webkit 5.15.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pyqt5-webkit.git (read-only, click to copy) |
---|---|
Package Base: | python-pyqt5-webkit |
Description: | A set of Python bindings for the Qt5 toolkit with Qt5WebKit support |
Upstream URL: | https://riverbankcomputing.com/software/pyqt/intro |
Licenses: | GPL-3.0-only |
Groups: | pyqt5 |
Conflicts: | pyqt5-common, python-pyqt5 |
Provides: | python-pyqt5, qt5-python-bindings |
Submitter: | arojas |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 3 |
Popularity: | 0.000002 |
First Submitted: | 2022-11-17 08:40 (UTC) |
Last Updated: | 2024-09-04 10:01 (UTC) |
Dependencies (39)
- python-pyqt5-sip
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- pyqt-builder (make)
- python-dbus (make)
- python-opengl (make)
- qt5-connectivity (qt5-connectivity-gitAUR) (make)
- qt5-location (make)
- qt5-multimedia (make)
- qt5-quick3d (make)
- qt5-remoteobjects (make)
- qt5-sensors (make)
- qt5-serialport (qt5-serialport-gitAUR) (make)
- qt5-speech (make)
- qt5-svg (qt5-svg-gitAUR) (make)
- qt5-tools (make)
- qt5-webchannel (make)
- qt5-webkitAUR (qt5-webkit-gitAUR) (make)
- qt5-websockets (qt5-websockets-gitAUR) (make)
- qt5-x11extras (make)
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR) (make)
- sip (make)
- python-dbus (optional) – for python-dbus mainloop support
- python-opengl (optional) – enable OpenGL 3D graphics in PyQt applications
- qt5-connectivity (qt5-connectivity-gitAUR) (optional) – QtNfc, QtBluetooth
- qt5-declarative (qt5-declarative-gitAUR) (optional) – QtQml, qmlplugin
- qt5-location (optional) – QtLocation, QtPositioning
- qt5-multimedia (optional) – QtMultimedia, QtMultimediaWidgets
- qt5-quick3d (optional) – QtQuick3D
- qt5-remoteobjects (optional) – QtRemoteObjects
- qt5-sensors (optional) – QtSensors
- qt5-serialport (qt5-serialport-gitAUR) (optional) – QtSerialPort
- qt5-speech (optional) – QtTextToSpeech
- qt5-svg (qt5-svg-gitAUR) (optional) – QtSvg
- qt5-tools (optional) – QtHelp, QtDesigner
- qt5-webchannel (optional) – QtWebChannel
- qt5-webkitAUR (qt5-webkit-gitAUR) (optional) – QtWebKit, QtWebKitWidgets
- qt5-websockets (qt5-websockets-gitAUR) (optional) – QtWebSockets
- qt5-x11extras (optional) – QtX11Extras
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR) (optional) – QtXmlPatterns
Required by (468)
- 3ncode-git (requires python-pyqt5)
- abv-calc-git (requires python-pyqt5)
- adbfileexplorer-git (requires python-pyqt5)
- admbrowser-git (requires python-pyqt5)
- androguard (requires python-pyqt5) (optional)
- angrysearch (requires python-pyqt5)
- anki-before-bazel (requires python-pyqt5)
- anki-qt5 (requires python-pyqt5)
- apt-offline (requires python-pyqt5)
- argos-translate-git (requires python-pyqt5)
- argos-translate-gui (requires python-pyqt5)
- asammdf-git (requires python-pyqt5) (optional)
- asymptote-git (requires python-pyqt5) (optional)
- athenaeum-git (requires python-pyqt5)
- autokey-common (requires python-pyqt5) (make)
- autokey-gtk (requires python-pyqt5) (make)
- autokey-qt (requires python-pyqt5)
- autokey-qt (requires python-pyqt5) (make)
- bauh (requires python-pyqt5)
- bauh-staging (requires python-pyqt5)
- Show 448 more...
Latest Comments
« First ‹ Previous 1 2 3
zen commented on 2022-11-26 19:16 (UTC)
@Universebenzene Which package do you use are require python-pyqt5-webkit, and give you error?
Universebenzene commented on 2022-11-22 17:57 (UTC)
@zen I ran pacman with
--overwrite /usr/lib/python3.10/site-packages/dbus/mainloop/pyqt5.abi3.so
with older version, but the same error (cannot import name 'QtWebSettings') occurs.zen commented on 2022-11-22 16:54 (UTC)
What happened if you remove /usr/lib/python3.10/site-packages/dbus/mainloop/pyqt5.abi3.so and install the older version of python-pyqt5-webkit?
Universebenzene commented on 2022-11-22 12:47 (UTC) (edited on 2022-11-22 15:53 (UTC) by Universebenzene)
I think I was wrong. The
PyQ5.Qt
module owned by pyqt5 itself doesn't contain some modules that is related to QtWebKit (I just met an ImportError: cannot import name 'QWebSettings' from 'PyQt5.Qt' (/usr/lib/python3.10/site-packages/PyQt5/Qt.abi3.so)). So just deleting the collided file might not be correct. Maybe we should use a package that completely replace the python-pyqt5.zen commented on 2022-11-22 12:08 (UTC)
@Universebenzene fix
Universebenzene commented on 2022-11-21 12:33 (UTC) (edited on 2022-11-21 12:35 (UTC) by Universebenzene)
python-pyqt5-webkit: /usr/lib/python3.10/site-packages/dbus/mainloop/pyqt5.abi3.so exists in filesystem (owned by python-pyqt5)
It seems that the file collision with pyqt5 itself has not completely solved.
« First ‹ Previous 1 2 3