Search Criteria
Package Details: python2-pyqt4 4.12.3-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/pyqt4.git (read-only, click to copy) |
---|---|
Package Base: | pyqt4 |
Description: | A set of Python 2.x bindings for the Qt toolkit |
Upstream URL: | https://riverbankcomputing.com/software/pyqt/intro |
Licenses: | GPL |
Conflicts: | python2-pyqt |
Provides: | python2-pyqt |
Replaces: | python2-pyqt |
Submitter: | arojas |
Maintainer: | LaughingMan |
Last Packager: | LaughingMan |
Votes: | 20 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-24 08:49 (UTC) |
Last Updated: | 2023-05-11 01:50 (UTC) |
Dependencies (13)
- pyqt4-commonAUR
- python2-dbusAUR
- python2-sip-pyqt4AUR
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, mesa-amber) (make)
- phonon-qt4AUR (make)
- python-dbus (make)
- python-sip-pyqt4AUR (make)
- python2-dbusAUR (make)
- python2-openglAUR (make)
- python2-sip-pyqt4AUR (make)
- sip4AUR (sip4AUR) (make)
- phonon-qt4AUR (optional) – enable audio and video in PyQt applications
- python2-openglAUR (optional) – enable OpenGL 3D graphics in PyQt applications
Required by (5)
- armory
- git-etc (optional)
- mtvcgui
- putusb-git (optional)
- python2-matplotlib (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 11 Next › Last »
MarsSeed commented on 2022-03-04 20:32 (UTC)
It seems someone is indiscriminately deleting needed Python 2 based dependencies from AUR.
The AUR git repo still exists for python2-opengl.
FraYoshi commented on 2022-02-28 09:47 (UTC)
dependency missing
python2-opengl
can't make..LaughingMan commented on 2021-12-06 20:46 (UTC)
No, I meant "How did you end up with a sip5 binary in the first place"? Arch only ships
sip
(which is at version 6.4) andsip4
. None of them contain asip5
file though.pacman -Qo /usr/bin/sip5
should tell you which package that file belongs to.dale6998 commented on 2021-12-06 15:06 (UTC)
i had to symllink
/usr/bin/sip5
to/usr/bin/sip
in order to make this work...I'm not sure why this is calling the sip5 binary.LaughingMan commented on 2021-12-06 05:46 (UTC)
Still builds fine for me. How did you end up with sip5 though? This package requires sip4 for building.
dale6998 commented on 2021-12-05 20:33 (UTC)
This fails with:
Querying qmake about your Qt installation... Determining the details of your Qt installation... This is the GPL version of PyQt 4.12.3 (licensed under the GNU General Public License) for Python 3.9.9 on linux. Found the license file pyqt-gpl.sip. Traceback (most recent call last): File "/usr/bin/sip5", line 5, in <module> from sipbuild.legacy.sip5 import main ModuleNotFoundError: No module named 'sipbuild.legacy' Error: '/usr/bin/sip5 -V' did not generate any output. ==> ERROR: A failure occurred in build(). Aborting... :: Unable to build pyqt4-common - makepkg exited with code: 4
tuxayo commented on 2021-06-21 18:34 (UTC)
It works, thanks :D
LaughingMan commented on 2021-06-21 17:45 (UTC)
The AUR sync bug is finally fixed and I've pushed
python2-dbus
.LaughingMan commented on 2021-04-10 05:51 (UTC)
The problem is that the list of official packages doesn't get synced to the AUR, so it thinks that python2-dbus is still available as an official package and blocks my pushes. The relevant bug report is here: https://gitlab.archlinux.org/archlinux/aurweb/-/issues/11
dbus-python
is just the python3 version and won't help.nourathar commented on 2021-04-09 22:22 (UTC) (edited on 2021-04-09 22:32 (UTC) by nourathar)
There is now a dbus-python package in extra but makepkg still complains about missing python2-dbus when I have it installed. So thanks for posting the PKGBUILD here: that worked for me ! But should that be filed as a bug ? I am not familiar with doing that...
« First ‹ Previous 1 2 3 4 5 6 7 .. 11 Next › Last »