Thanks for all.<br><br>There is a very simple example here : <a href="http://pysnippet.blogspot.com/2010/01/calling-python-from-javascript-in-pyqts.html">http://pysnippet.blogspot.com/2010/01/calling-python-from-javascript-in-pyqts.html</a> <br><br>I think it could be helpfull.<br><br>Christophe<br><br>========================================<br><br>Message du : 07/06/2010<br>De : "David Boddie " &lt;dboddie@trolltech.com&gt;<br>A : pyqt@riverbankcomputing.com<br>Copie à : <br>Sujet : Re: [PyQt] pyjamas desktop port now using pyqt4: bugs and &nbsp; limitations of PyQt4.QtWebKit encountered<br><br><br> <br>On Mon Jun 7 09:25:55 BST 2010, Christophe wrote:<br><br>&gt;&gt;&gt; QtWebKit, not PyQt, provides the bridge between C++ and JavaScript. PyQt<br>&gt;&gt;&gt; integrates Python with Qt's meta-object system which gives you the bridge<br>&gt;&gt;&gt; between Python and JavaScript for free. <br><br>&gt; Are there simple and not so simple examples of this kind of<br>&gt; functionnalities somewhere ?<br><br>People keep asking this in various places. I seem to remember helping someone<br>write some code to put Qt objects into the WebKit JavaScript environment<br>fairly recently. I always refer back to some code I wrote last year for this:<br><br>  http://chaos.troll.no/~dboddie/Python/PyConTre_Italia_2009/<br><br>An extreme example can be found here:<br><br>  http://www.diotavelli.net/PyQtWiki/Exposing_Qt_Class_to_QtWebKit<br><br>Unfortunately, there are only C++ versions of the QWebElement examples:<br><br>  http://doc.qt.nokia.com/4.7-snapshot/webkit-domtraversal.html<br>  http://doc.qt.nokia.com/4.7-snapshot/webkit-simpleselector.html<br><br>However, it should be quite easy to port these to Python.<br><br>David<br>_______________________________________________<br>PyQt mailing list    PyQt@riverbankcomputing.com<br>http://www.riverbankcomputing.com/mailman/listinfo/pyqt<br><br><br>