I have installed Qt 2.4.1, SIP 4.13.3 and PyQt4 4.9.4 on Mac OSX 10.7.5 for Python 3.2.3.
When I tried to from PyQt4.QtWebkit import QWebPage
, I got: ImportError: No module named QtWebkit
.
But other modules work fine, such as from PyQt4 import QtGui
.
I don't know why. What steps am I missing?