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 :
http://bugreports.qt.nokia.com/browse/QTBUG-16970
Here is the C++ snippet :
#include <QtGui/QApplication>
#include <QtWebKit>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
QWebView *webview = new QWebView();
webview->load(QUrl("
http://code.google.com/intl/fr-FR/apis/maps/documentation/javascript/examples/map-simple.html
"));
webview->show();
return a.exec();
}
By the way when I wrote this : "I was previously using 4.7.3 and had no
particular issue" I meant 4.6.3.
Cheers,
Thomas
_______________________________________________
PyQt mailing list [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt