Apparently it's not the fact of PyQt, I just did a quick example in C++ and it's the same. I opened a ticket on Qt tracker : <a href="http://bugreports.qt.nokia.com/browse/QTBUG-16970">http://bugreports.qt.nokia.com/browse/QTBUG-16970</a><div>
<br></div><div>Here is the C++ snippet :</div><div><div><br></div><div>#include <QtGui/QApplication></div><div>#include <QtWebKit></div><div><br></div><div>int main(int argc, char *argv[])</div><div>{</div><div>
    QApplication a(argc, argv);</div><div><br></div><div>    QWebView *webview = new QWebView();</div><div>    webview->load(QUrl("<a href="http://code.google.com/intl/fr-FR/apis/maps/documentation/javascript/examples/map-simple.html">http://code.google.com/intl/fr-FR/apis/maps/documentation/javascript/examples/map-simple.html</a>"));</div>
<div>    webview->show();</div><div>    return a.exec();</div><div>}</div></div><div><br></div><div>By the way when I wrote this : "<span class="Apple-style-span" style="border-collapse: collapse; font-family: monospace; font-size: 13px; white-space: pre-wrap; ">I was</span><span class="Apple-style-span" style="border-collapse: collapse; font-family: monospace; font-size: 13px; white-space: pre-wrap; "> previously using 4.7.3 and had no particular issue" </span>I meant 4.6.3.</div>
<div><br></div><div>Cheers,</div><div><br></div><div>Thomas </div><meta charset="utf-8">