[PyQt] Issue with PyQt5.6 wheel on OS X with QGraphicsItemGroup addToGroup

Nick a.grinner at gmail.com
Thu Jun 16 00:41:03 BST 2016


Actually my code works as of a build of PyQt-gpl-5.5.1-snapshot-13f9ece29d02

Thanks,

-Nick

On Wed, Jun 15, 2016 at 7:29 PM, Nick <a.grinner at gmail.com> wrote:

> I have working code that I can run in a self built PyQt5.3 build that
> ceases to work in the wheel from pypi of PyQt5.6 for OS X.  Specifically
> addToGroup() fails.  Did something change in the Qt5.x or PyQt5.x source
> from 5.3 to 5.6 related to this that anyone is aware of?
>
> In 5.6 when I call addToGroup of subclassed QGraphicsItem, the parentItem
> of the Item becomes None and therefore calls to group.childItems() return
> an empty list, whereas with no code changes in the 5.3 I built the calls
> behave as intended.
>
> I have not yet tested on Windows.
>
> Thanks,
>
> -Nick
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160615/d4dcf9f0/attachment.html>


More information about the PyQt mailing list