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
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
Hello,
Using version 5.0.1 or PyQt5 and Qt version 5.1.0 on Mac OS 10.8.4, I am having
problems getting Drawer widgets to work. Using the standard windowflags
example (see here: https://gist.github.com/jbeezley/6452059) and choosing
"Drawer", the widget opens as a new window instead of a draw
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