[PyQt] Are the older versions still available?

2013-03-05 Thread Panupat Chongstitwattana
Source forge only goes back as far as 4.9.4 but I'm looking for an even older version (4.7.3-1, 4.8.3). Are they still available somewhere? Thanks ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyq

Re: [PyQt] PyQt4 issue

2013-03-05 Thread Chris Roebuck
Here's my result: objdump -T libQt5WebKit.so | grep QWebPage | grep QObject 004a2530 gDF .text 0935 Base _ZN15QWebPageAdapter26dynamicPropertyChangeEventEP7QObjectP27QDynamicPropertyChangeEvent 004a3770 gDF .text 002a Base _ZN15QWebPageAdapter1

Re: [PyQt] PyQt4 issue

2013-03-05 Thread Hans-Peter Jansen
Am Dienstag, 5. März 2013, 18:44:24 schrieb Detlev Offenbach: > Hello, > > here is the extract. > > Checking to see if the QtTest module should be built... > g++ -DQT_NO_DEBUG -DQT_TEST_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -I. - > I/usr/local/Qt-5.0.1/mkspecs/linux-g++ -I/usr/local/Qt-5.0.1/include/

Re: [PyQt] PyQt4 issue

2013-03-05 Thread Chris Roebuck
I am also having this issue on ubuntu 12.10 and Max OSX 10.8.2 I tried configuring against a compiled Qt5 and the downloaded Qt5 binary. In both cases I get the same output from python configure.py -w -e QtWebKit Checking to see if the QtWebKit module should be built... g++ -DQT_NO_DEBUG -DQT_WEB

Re: [PyQt] PyQt4 issue

2013-03-05 Thread Detlev Offenbach
Hello, here is the extract. Checking to see if the QtTest module should be built... g++ -DQT_NO_DEBUG -DQT_TEST_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -I. - I/usr/local/Qt-5.0.1/mkspecs/linux-g++ -I/usr/local/Qt-5.0.1/include/QtTest - I/usr/local/Qt-5.0.1/include -m64 -pipe -O2 -w -D_REENTRANT -fPIE

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

2013-03-05 Thread Phil Thompson
On Mon, 4 Mar 2013 23:22:04 -0500, Luke Campagnola wrote: > 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 beca