Re: [Pythonmac-SIG] PyInterpreterView

2005-06-13 Thread Bob Ippolito
On Jun 13, 2005, at 4:02 PM, Robert Brown wrote: > I've been thinking about writing a nice interpreter view that can > be easily embedded as a debugging console in applications for a > while... thanks for doing it for me! How do I get references to my > objects though? I'd specifically lik

[Pythonmac-SIG] PyInterpreterView

2005-06-13 Thread Robert Brown
I've been thinking about writing a nice interpreter view that can be easily embedded as a debugging console in applications for a while... thanks for doing it for me!  How do I get references to my objects though?  I'd specifically like to get a reference to a controller object.  Through NSApp() I