[PyQt] ANN: PyQt v5.6 Released

Phil Thompson phil at riverbankcomputing.com
Mon Apr 25 16:02:28 BST 2016


On 25 Apr 2016, at 3:53 pm, Rex Dieter <rdieter at math.unl.edu> wrote:
> 
> 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

Already reported and dealt with (I think).

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

--no-timestamp is no longer needed.

Phil


More information about the PyQt mailing list