Python as plug-in in Mozilla

Neil Hodgson neilh at scintilla.org
Mon Sep 4 06:59:01 EDT 2000


Thomas Weholt wrote:

> Is it possible to use python-scripts as plug-ins in Mozilla? How could I
> write a script so that a menu-choice appear when I right-click on a link
and
> process that link in my python-script?`

   It is not currently easy to execute Python scripts within Mozilla.
ActiveState have said they are working on some related functionality:
http://www.activestate.com/Corporate/Media_Center/News/Press959150636.html

   You could write a plugin in C++ that encapsulates the Python environment
and runs your code.

   Neil





More information about the Python-list mailing list