python-spidermonkey

If there's software you need and you can't find, make a request for it.
Post Reply
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

python-spidermonkey

Post by damNageHack »

Execute arbitrary JavaScript code from Python. Allows you to reference arbitrary Python objects and functions in the JavaScript VM
This would be really great for scripting stuff and development purpose.

Requirements:
* Python
* nspr (Netscape Portable Runtime) - already included in seamonkey | seamonkey-libs
* xulrunner - optional
You can optionally build the extension linked to your system's spidermonkey library, which is installed with XULRunner.
Download - latest release is from 2009
http://pypi.python.org/pypi/python-spidermonkey/

See down at the end of the page for Installation and examples:
http://github.com/davisp/python-spidermonkey#readme
Post Reply