Is there anyway to run JavaScript in python?

Dan Stromberg drsalists at gmail.com
Fri Dec 31 20:15:44 EST 2010


On Thu, Dec 30, 2010 at 5:52 AM, crow <wentlv at gmail.com> wrote:
> Hi, I'm writing a test tool to simulate Web browser. Is there anyway
> to run JavaScript in python? Thanks in advance.
> --
> http://mail.python.org/mailman/listinfo/python-list
>

You might also consider Pyjamas, which translates Python (somewhere
between 2.5 and 2.6) to Javascript.  Then your python code ends up
running on a javascript interpreter with interlanguage calling
available.



More information about the Python-list mailing list