资 源 简 介
Python Extension
This project provides Python Mozilla bindings (PyXPCOM) that enables Python to be used inside of Mozilla applications like Firefox, Thunderbird and XULRunner.
The Python bindings are wrapped up in an extension (XPI file) so that users can easily install Pythonext just like any other Mozilla/Firefox extension.
Compatibility
Firefox 6 (and XULRunner 6) - use pythonext version 6 from the downloads area
Firefox 5 (and XULRunner 5) - use pythonext version 5 from the downloads area
Firefox 4 (and XULRunner 2) - use pythonext version 2 from the downloads area
Firefox 3 and earlier - use pyxpcomext from http://pyxpcomext.mozdev.org/
Install the Pyshell extension from the downloads area to test that it"s worked
Why do this?
It gives the power of Python to Mozilla extension developers
Easy to setup multi-threaded tasks
Rapidly bu