Package Details: python-pyqt5-webkit 5.15.10-1

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
Groups: pyqt5
Conflicts: pyqt5-common, python-pyqt5
Provides: python-pyqt5, qt5-python-bindings
Submitter: arojas
Maintainer: None
Last Packager: zen
Votes: 3
Popularity: 0.000281
First Submitted: 2022-11-17 08:40 (UTC)
Last Updated: 2023-10-20 07:04 (UTC)

Required by (487)

Sources (1)

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.