On Thu, Dec 30, 2010 at 5:52 AM, crow <wen...@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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to