PyObjC Article at ADC
ADC has published Using PyObjC for Developing Cocoa Applications with Python. It is an excellent article that gives an overview of developing Cocoa applications using Python via PyObjC.
This article breaks some new ground for ADC, too. Specifically, it is the first article on ADC to use movies to help to explain the content. Jonathan ‘Wolf’ Rentzsch has posted an article explaining the details.
Good stuff.


November 5th, 2007 at 10:31 am
Hi,
This post is pretty old one, but I need a help for using PyObjC on Leopard.
I’m new to the PyObjC and Cocoa programming too.
I’ve tried to make a simple application like PyAverager mentioned in your post.
However I got a following error message.
(KeyError: ‘NSUnknownKeyException - [ valueForUndefinedKey:]: this class is not key value coding-compliant for the key calculatedMean.’)
When I downloaded the source code included in the article, I was able to run.
Would you give me any clue?