[PyQt] QTreeWidgetItem.addChild() no longer keeping references

2013-03-04 Thread Luke Campagnola
Howdy, I have found that somewhere between 4.8.3 and 4.9.6, calling QTreeWidgetItem.addChild(item) no longer creates a reference to the specified item (or, at least that is my best guess as to what's going on). I noticed this because I often assign custom attributes to these items and found that th

Re: [PyQt] PyQt Error

2013-03-04 Thread Phil Thompson
On Mon, 4 Mar 2013 07:37:35 -0500, Adam Kimbrough wrote: > Hello, > > So far, I have completely and successfully installed SIP v4.14.4, the qt > libraries, and am now trying to install PyQt. I am currently entering in > the following code into terminal: " python configure.py -q > /usr/bin/qmake-4

[PyQt] PyQt Error

2013-03-04 Thread Adam Kimbrough
Hello, So far, I have completely and successfully installed SIP v4.14.4, the qt libraries, and am now trying to install PyQt. I am currently entering in the following code into terminal: " python configure.py -q /usr/bin/qmake-4.8 -d /Library/Python/2.7/site-packages/ " Whenever I enter this, I

Re: [PyQt] PyQt4 issue

2013-03-04 Thread Phil Thompson
On Sun, 03 Mar 2013 19:15:40 +0100, Detlev Offenbach wrote: > Hello, > > I am observing a strange issue with latest PyQt4 and Qt 5.0.1. The later > was compiled by > myself. Setting the URL of a QWebView with QWebView.setUrl() results in a > seg fault or > other errors. Executing these steps in