Re: [Pythonmac-SIG] Pyobjc python in objc

2006-07-04 Thread Bob Ippolito
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

[Pythonmac-SIG] Pyobjc python in objc

2006-07-04 Thread Jonathan
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