作者: Bruce.
日時: 2008/4/17(15:34)
Bruce.です。

まだ詳しい使い方は調べてないんですが、

This project provides PyXPCOM bindings that enables Python to be used inside of Mozilla applications. The Python bindings are wrapped up in an extension (XPI file) so that users can easily install PyXPCOM just like any other Mozilla/Firefox extension.

The Python XPCOM extension is using Python 2.5.2 and is available to be used in most Mozilla based applications, including Firefox, Thunderbird and XulRunner.

Why do this?

    * It gives the power of Python to Mozilla extension developers
    * Easy to setup multi-threaded tasks
    * Rapidly build cross platform extensions, no compilation issues!
    * Great base of core library functionality
    * Not limited to JavaScript

XPCOM経由で、PythonスクリプトからFirefox(とThunderbirdなど)をいぢくりまわせるようです。

いじょ。