Python with Ecmascript

Daniel Fetchinson fetchinson at googlemail.com
Sat Jul 5 17:40:12 EDT 2008


> Ecmascript (Jscript) is Active-Scripting compliant.
> With PyWin32, you can :
>     - call JScript functions (with parameters)
>     - define pieces of code (& run it)
>
> Another way, is to drive Internet-Explorer (via COM). You can set the
> IE-Windows as invisible, and connect the motor of execution (of
> JScript). Then, you can :
>    - call JScript functions, with parameters et return ; variables, but
> also array (<=> lists)
>    - connect to JScripts's objects  (for read/write)
>    - write new functions in JScript
>    - etc.

Is there a way to do similar things on linux?

Cheers,
Daniel
-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown



More information about the Python-list mailing list