Re: [Pythonmac-SIG] Problems with Notifications in PyObjC

2005-07-29 Thread Bob Ippolito
If you're running with the USE_PDB environment variable set and are using AppHelper.runEventLoop then it will enable exception spewing. It's in the tutorial, I don't know where else it's mentioned (if anywhere). -bob On Jul 29, 2005, at 5:47 PM, Jon Rosebaugh wrote: > Most of it involved

Re: [Pythonmac-SIG] Problems with Notifications in PyObjC

2005-07-29 Thread Jon Rosebaugh
Most of it involved me forgetting to watch Console.app for errors in my code. One of my more common problems is forgetting to add self to the argument list for class methods, and that's one of the problems that happened. I didn't know, though, that exceptions often get dropped in notification calls

Re: [Pythonmac-SIG] Problems with Notifications in PyObjC

2005-07-29 Thread Dethe Elza
What was the real problem? --Dethe On 29-Jul-05, at 2:07 PM, Jon Rosebaugh wrote: Um, ignore this. Boy, do I feel stupid now. On 7/29/05, Jon Rosebaugh <[EMAIL PROTECTED]> wrote: I hope this is an acceptable place for PyObjC problems... Anyhow, I have a small project I'm working on (zip ava

Re: [Pythonmac-SIG] Problems with Notifications in PyObjC

2005-07-29 Thread Jon Rosebaugh
Um, ignore this. Boy, do I feel stupid now. On 7/29/05, Jon Rosebaugh <[EMAIL PROTECTED]> wrote: > I hope this is an acceptable place for PyObjC problems... > Anyhow, I have a small project I'm working on (zip available at > http://li5-50.members.linode.com/~jon/NoteDB/NoteDB.zip), and > notificat

[Pythonmac-SIG] Problems with Notifications in PyObjC

2005-07-29 Thread Jon Rosebaugh
I hope this is an acceptable place for PyObjC problems... Anyhow, I have a small project I'm working on (zip available at http://li5-50.members.linode.com/~jon/NoteDB/NoteDB.zip), and notifications aren't working out for me. I think. I have a delegate for a NSTableView, and my tableViewSelectionDid