On Jul 4, 2006, at 8:42 PM, Jonathan wrote:
> How does one let objc know about a python class' methods, etc.
> without using a nib file?
>
> I've gotten to the point where I can build a bundle that includes a
> python class subclassing NSObject, but objective-c won't run any
> methods (othe
How does one let objc know about a python class' methods, etc. without using a nib file? I've gotten to the point where I can build a bundle that includes a python class subclassing NSObject, but objective-c won't run any methods (other than init). I'm guessing the tutorial that mentions adding o