Re: [Pythonmac-SIG] noob question: handling protocols and files

2005-08-08 Thread Ronald Oussoren
On Monday, August 08, 2005, at 00:30AM, Bob Ippolito <[EMAIL PROTECTED]> wrote: >> >> I was confused by @selector(handleGetURLEvent:withReplyEvent:) and the >> error message I got when I tried my first intuition. My first attempt >> was to just pass my Python method, but that complained saying t

Re: [Pythonmac-SIG] noob question: handling protocols and files

2005-08-08 Thread Bob Ippolito
On Aug 8, 2005, at 12:40 AM, Ronald Oussoren wrote: > > On Monday, August 08, 2005, at 00:30AM, Bob Ippolito > <[EMAIL PROTECTED]> wrote: > >>> I really don't think I would have guessed to pass a string with the >>> selector name. That and the use of GURL instead of gurl was all it >>> took to