I found this topic in wiki: http://developer.qt.nokia.com/wiki/Using_QtWebKit_and_QML_with_PySide But I can not run the sample program from it. I use pyqt4 and get the following error
$ ./main1.py
Traceback (most recent call last): File “./main1.py”, line 35, in <module> view.setSource(file.replace(’.py’, ‘.qml’))
TypeError: QDeclarativeView.setSource(QUrl): argument 1 has unexpected type ‘str’
Anybody have souces code from this toturial? Maybe my problem is that I use pyqt4 instead of pyside?