[PyQt] Specifying Qscintilla2 Include Directories When Building with PyQt 4.10

2013-03-06 Thread Scott Kitterman
You may recall that last year I had an issue with the fact that due to the Debian/Ubuntu multi-arch implementation, I need to include headers from two different directories (one common and one arch specific): http://www.riverbankcomputing.com/pipermail/pyqt/2012-October/032049.html With the new

[PyQt] need help, progressbar in TableWdiget can not fill full width of column

2013-03-06 Thread Qi Wang
hi,all, I'm not sure it is appropriated to post this general question here, it not, please give me reminder. I want to add progressbar into table widget with QStyleItemDelegate, it show progressbar on specific column, but the the progressbar does not fill full width of column. I also attached the

Re: [PyQt] segfault when calling PyQt4.QtGui.QIcon.themeSearchPaths()

2013-03-06 Thread Scott Kitterman
On Wednesday, March 06, 2013 10:14:22 PM Phil Thompson wrote: > On Wed, 06 Mar 2013 14:51:35 -0500, Scott Kitterman > > wrote: > > I'm not if this is an actual bug or a user error, but a PyQt bug was > > just > > > filed in Debian: > > > > bugs.debian.org/cgi-bin/bugreport.cgi?bug=702445 > >

Re: [PyQt] Are the older versions still available?

2013-03-06 Thread David Boddie
On Wed, 6 Mar 2013 08:58:56 +0700, Panupat Chongstitwattana wrote: > 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? On which platform? Various Linux distributions have package archives for this sort of

Re: [PyQt] segfault when calling PyQt4.QtGui.QIcon.themeSearchPaths()

2013-03-06 Thread Phil Thompson
On Wed, 06 Mar 2013 14:51:35 -0500, Scott Kitterman wrote: > I'm not if this is an actual bug or a user error, but a PyQt bug was just > filed in Debian: > > bugs.debian.org/cgi-bin/bugreport.cgi?bug=702445 > > The reporter has 4.9.3, but I get the same with 4.9.6 and 4.10: > > Python 2.7.3 (

[PyQt] segfault when calling PyQt4.QtGui.QIcon.themeSearchPaths()

2013-03-06 Thread Scott Kitterman
I'm not if this is an actual bug or a user error, but a PyQt bug was just filed in Debian: bugs.debian.org/cgi-bin/bugreport.cgi?bug=702445 The reporter has 4.9.3, but I get the same with 4.9.6 and 4.10: Python 2.7.3 (default, Jan 26 2013, 15:27:56) [GCC 4.7.2] on linux2 Type "help", "copyrig

Re: [PyQt] PyQt4 issue

2013-03-06 Thread Phil Thompson
On Wed, 6 Mar 2013 12:42:12 +, Chris Roebuck wrote: > This works, however when I run the script: > > from PyQt4.QtWebKit import * > > I get: > > ImportError: /usr/lib/python2.7/dist-packages/PyQt4/QtWebKit.so: undefined > symbol: _ZTI8QWebView Should be fixed with tonight's SIP snapshot (o

Re: [PyQt] PyQt4 issue

2013-03-06 Thread Chris Roebuck
This works, however when I run the script: from PyQt4.QtWebKit import * I get: ImportError: /usr/lib/python2.7/dist-packages/PyQt4/QtWebKit.so: undefined symbol: _ZTI8QWebView On 6 March 2013 09:55, Phil Thompson wrote: > On Wed, 6 Mar 2013 09:32:31 +, Chris Roebuck > wrote: > > Thanks

Re: [PyQt] PyQt4 issue

2013-03-06 Thread Phil Thompson
On Wed, 6 Mar 2013 09:32:31 +, Chris Roebuck wrote: > Thanks Phil, > > I get the following error when changing configure.py as you suggested: > > cfgtest_QtWebKit.cpp: In function ‘int main(int, char**)’: > cfgtest_QtWebKit.cpp:5:30: error: cannot allocate an object of abstract > type ‘QWebH

Re: [PyQt] PyQt4 issue

2013-03-06 Thread Chris Roebuck
Thanks Phil, I get the following error when changing configure.py as you suggested: cfgtest_QtWebKit.cpp: In function ‘int main(int, char**)’: cfgtest_QtWebKit.cpp:5:30: error: cannot allocate an object of abstract type ‘QWebHistoryInterface’ qwebhistoryinterface.h:29:22: note: because the foll

Re: [PyQt] PyQt4 issue

2013-03-06 Thread Phil Thompson
On Wed, 6 Mar 2013 01:25:18 +, Chris Roebuck wrote: > Here's my result: > > objdump -T libQt5WebKit.so | grep QWebPage | grep QObject > > 004a2530 gDF .text 0935 Base > _ZN15QWebPageAdapter26dynamicPropertyChangeEventEP7QObjectP27QDynamicPropertyChangeEvent > 00