On Sat, 5 Jul 2008 06:28:42 -0700 (PDT), "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hello,
> 
> for my Python application (Windows platform) to be standards
> compliant, I need to embbed Ecmascript(Javascript) interpreter - I
> need to execute plugins written in this language. Which engine is
> suitable for Python, I have found bunch of them. Any recomendations
> are welcome.
> 
> To be more specific, I think that plugins will be pretty simple, they
> will be used to manipulate my class-based datamodel, no special
> libraries dependencies ... therefore I prefer some rather simple
> solution ...

PyQt includes a Javascript interpreter. You can expose Python objects and
properties as Javascript objects and properties.

Phil

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to