Creating Mac OS X plugins in Python

by Kevin Dangoor

Here’s a very spiffy development: Bill Bumgarner: PyObjC, py2app, & bundles. The thrust of it is that you can now create dynamically loaded plugins for anything that uses NSBundle on Mac OS X… the examples include a screensaver and a preference pane. Very nice!