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 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... Maybe that should be in PyObjC docs?
> I had to get told by someone on #macpython.
>
> On 7/29/05, Dethe Elza <[EMAIL PROTECTED]> wrote:
>
>> 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 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 tableViewSelectionDidChange_ method isn't
>>>> being called, while other delegate methods are.
>>>> I also have tried to subclass NSTableView, in accordance with the
>>>> directions here (http://borkware.com/quickies/one? 
>>>> topic=NSTableView),
>>>> but that subclass isn't receiving the textDidEndEditing_  
>>>> notification
>>>> either. Since the only things these have in common is that they are
>>>> notifications, the only idea I have is that I'm neglecting  
>>>> something
>>>> crucial for notifications, but the PyObjC docs don't indicate  
>>>> that I
>>>> need to do anything special.
>>>>
>>>> Thanks in advance for any help.
>>>> --
>>>> Bloggity: http://blog.inklesspen.com/
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Bloggity: http://blog.inklesspen.com/
>>> _______________________________________________
>>> Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
>>> http://mail.python.org/mailman/listinfo/pythonmac-sig
>>>
>>>
>>
>>
>> We are, after all, the junk tribe and we like to make junk. If we
>> don't make more junk each year we call it a recession. --Rich Gold
>>
>>
>>
>>
>>
>
>
> -- 
> Bloggity: http://blog.inklesspen.com/
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
>

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to