How do you execute an OS X application (bundle) from Python?

Aslak Raanes aslakr+news at idi.ntnu.no
Fri Nov 5 10:59:50 EST 2004


Alex Martelli <aleaxit at yahoo.com> wrote:

> Nice!!!  OK, so what we need are similar commandline tools for other
> useful apps, since MacOSX's own 'open' does not provide such a -w switch
> (maybe it's too generic a tool for such a switch to be conceivable...?)

One might use the external editor protocol for this:

http://www.barebones.com/support/develop/odbsuite.shtml
http://www.merzwaren.com/external_editor.html

Several text editors support this protocol.


-- 
Vennlig hilsen
Aslak Raanes



More information about the Python-list mailing list