Re: PyObjC with Xcode 3.0 Leopard

2007-11-05 Thread Kevin Walzer
flyfree wrote: > I got an error during making a python application with xcode 3.0 in OS > X Leopard. > > (KeyError: 'NSUnknownKeyException - [ > valueForUndefinedKey:]: this class is not key value coding-compliant > for the key calculatedMean.') > > The application is a simple example of how to u

PyObjC with Xcode 3.0 Leopard

2007-11-04 Thread flyfree
I got an error during making a python application with xcode 3.0 in OS X Leopard. (KeyError: 'NSUnknownKeyException - [ valueForUndefinedKey:]: this class is not key value coding-compliant for the key calculatedMean.') The application is a simple example of how to use the PyObjC with xcode 2.0. h