Creating Mac OS X plugins in Python
Dec 11, 2004 04:43 · 44 words · 1 minute read
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!