Re: [PyQt] Communication between Python and JavaScript

2010-06-07 Thread projetmbc
Hello, >>> you would do well to take a look at the experimental pyjd pyqt4, >>> ... >>> you have a couple of source code bundles to choose from: >>> http://pyjamas-dev.googlegroups.com/web/pyjamas_pyqt.tgz >>> or http://sf.net/projects/pyjamas and go to the git repository. Thanks I'll take a look a

Re: [PyQt] Communication between Python and JavaScript

2010-06-06 Thread Albert Cervera i Areny
A Diumenge, 6 de juny de 2010, projet...@club-internet.fr va escriure: > Hello, > I would like to use WebKit so as to work with dynamic JavaScript HTML page. > > For exemple, I would like to have an HTML page in the WebKit, the HTML page > havine a JavaScript that could load and send a string for

Re: [PyQt] Communication between Python and JavaScript

2010-06-06 Thread Luke Kenneth Casson Leighton
hi christophe, you would do well to take a look at the experimental pyjd pyqt4, because as i mentioned in the message i sent not 10 minutes ago (yaay!), access to and interaction with javascript is _exactly_ what has been necessary to add and use. you have a couple of source code bundles to choos

[PyQt] Communication between Python and JavaScript

2010-06-06 Thread projetmbc
Hello, I would like to use WebKit so as to work with dynamic JavaScript HTML page. For exemple, I would like to have an HTML page in the WebKit, the HTML page havine a JavaScript that could load and send a string for example. My problem is that I do not know how to communicate from PyQt with the