[PyQt] QWebView, Google Maps issue on Windows.

Thomas Mansencal thomas.mansencal at gmail.com
Thu Jan 27 16:37:04 GMT 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20110127/ca4d85d7/attachment.html>


More information about the PyQt mailing list