My Debian/Ubuntu packages - python-qt4

Description

Python bindings for Qt4, with WebKit enabled.

To give these packages precedence over the ones in Debian, add the following to /etc/apt/preferences:

    Package: python-qt4* python3-pyqt4*
    Pin: origin www.fbriere.net
    Pin-Priority: 995

Installation

(Reminder: Make sure you have installed the fbriere-archive-keyring package beforehand!)

Download the .sources file below corresponding to your current release, place it in the /etc/apt/sources.list.d/ directory, and run apt update.

If you prefer, the following command line (run as root) will automatically perform all of the above:
apt-get -y install curl lsb-release && (cd "$(mktemp -d)" && dpkg -i $(curl -# -f -w '%{filename_effective}' -O https://www.fbriere.net/debian/fbriere-archive-keyring.deb)) && (cd /etc/apt/sources.list.d && curl -# -f -O https://www.fbriere.net/debian/sources/$(lsb_release -cs)/fbriere_python-qt4.sources) && apt-get update

Debian releases

buster (oldoldstable) - bullseye (oldstable) - bookworm (stable) - trixie (testing) - sid (unstable)