<div dir="ltr">This works, however when I run the script:<div><br></div><div><div>from PyQt4.QtWebKit import *</div><div><br></div><div style>I get:</div><div><br></div><div>ImportError: /usr/lib/python2.7/dist-packages/PyQt4/QtWebKit.so: undefined symbol: _ZTI8QWebView</div>

</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 6 March 2013 09:55, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 6 Mar 2013 09:32:31 +0000, Chris Roebuck <<a href="mailto:chris@cjroebuck.com">chris@cjroebuck.com</a>><br>


wrote:<br>
<div class="im">> Thanks Phil,<br>
><br>
> I get the following error when changing configure.py as you suggested:<br>
><br>
> cfgtest_QtWebKit.cpp: In function ‘int main(int, char**)’:<br>
> cfgtest_QtWebKit.cpp:5:30: error: cannot allocate an object of abstract<br>
> type ‘QWebHistoryInterface’<br>
> qwebhistoryinterface.h:29:22: note:   because the following virtual<br>
> functions are pure within ‘QWebHistoryInterface’:<br>
> qwebhistoryinterface.h:38:18: note: virtual bool<br>
> QWebHistoryInterface::historyContains(const QString&) const<br>
> qwebhistoryinterface.h:39:18: note: virtual void<br>
> QWebHistoryInterface::addHistoryEntry(const QString&)<br>
><br>
> But I did manage to get the check to pass when<br>
> using check_module("QtWebKit", "qwebelement.h", "new QWebElement()")<br>
<br>
</div>The problem with that is QWebElement wasn't in the first release of<br>
QtWebKit. How about...<br>
<br>
check_module("QtWebKit", "qwebsettings.h",<br>
"QWebSettings::globalSettings()")<br>
<span class="HOEnZb"><font color="#888888"><br>
Phil<br>
</font></span></blockquote></div><br></div>