[PyQt] ANN: PyQt v5.6 Released

Rex Dieter rdieter at math.unl.edu
Mon Apr 25 15:53:30 BST 2016


Phil Thompson wrote:

> PyQt v5.6 has been released. This adds support for Qt v5.6.0.

2 semi regressions (compared to 5.5.1) I've hit trying to build this on 
fedora:

1.  dbus module fails to build now,

In file included from /usr/include/dbus-1.0/dbus/dbus-python.h:33:0,
                 from ../../dbus/dbus.cpp:27:
/usr/include/dbus-1.0/dbus/dbus.h:29:33: fatal error: dbus/dbus-arch-deps.h: 
No such file or directory
 #include <dbus/dbus-arch-deps.h>

-I/usr/include/dbus-1.0 , is included, but -I/usr/lib64/dbus-1.0/include no 
longer is (which is where that lives on fedora/redhat systems), per pkg-
config output:

$ pkg-config --cflags-only-I dbus-1
-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include

2.  configure.py --no-timestamp fails.  sip now fails complaining about -T 
deprecation (this may be a sip issue though, not 100% sure here)

-- Rex



More information about the PyQt mailing list