[Pythonmac-SIG] Contextual Menu Plugins?

Bob Ippolito bob at redivi.com
Sat Mar 20 17:04:31 EST 2004


On Mar 20, 2004, at 3:52 PM, eichin at metacarta.com wrote:

> Is it possible to build a Contextual Menu Plugin in python?  Or is
> using a wrapper like BigCat the sane way?  (I'm looking for examples,
> and google hasn't turned up anything about python specifically...)

It's technically possible, but nobody has done it.  It's not exactly 
easy, as you would need to embed python in a COM-like plugin (written 
in C, Obj C or C++) that finder loads at runtime.  There will probably 
be some tricky issues with threads and sub interpreters.  I've 
considered doing it myself (for at least two years), but I haven't 
gotten around to it.

-bob




More information about the Pythonmac-SIG mailing list