Re: [PyQt] PyQt5 cannot import QtWebKit

2013-09-05 Thread Joe Borġ
Hi Phil, I get: Checking to see if the QtWebKit module should be built... /software/Qt/Qt5.1.1/5.1.1/gcc_64/bin/qmake -o cfgtest_QtWebKit.mk cfgtest_QtWebKit.pro make -f cfgtest_QtWebKit.mk g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -D

Re: [PyQt] PyQt5 cannot import QtWebKit

2013-09-05 Thread Phil Thompson
On Thu, 5 Sep 2013 16:50:04 +0100, Joe Borġ wrote: > Have just (seemingly) successfully built PyQt5, but doesn't seem to have > included WebKit: > > In [1]: from PyQt5 import QtWebKit > --- > ImportError

[PyQt] PyQt5 cannot import QtWebKit

2013-09-05 Thread Joe Borġ
Have just (seemingly) successfully built PyQt5, but doesn't seem to have included WebKit: In [1]: from PyQt5 import QtWebKit --- ImportError Traceback (most recent call last) in () > 1 from P