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

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] 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