Re: [Pythonmac-SIG] AddressBook Question.

2005-05-16 Thread Bob Ippolito
Yeah, that is the correct argument order, I wasn't paying attention to the arguments, I copied those in the order you wrote them. The name of the selector and the syntax were what I noticed as being obviously wrong. I highly suggest you read the Introduction to PyObjC document until you u

Re: [Pythonmac-SIG] AddressBook Question.

2005-05-16 Thread Bob Ippolito
On May 16, 2005, at 7:56 PM, Joe Duhamel wrote: > All, > I know this is a novice question but I'm trying to create a new group > using the python pyobjc module. I'm ure I've made a juvenile mistake > but help would be appreciated. > > > -Joe > > if undefined is None: > undefined = ABGroup.

[Pythonmac-SIG] AddressBook Question.

2005-05-16 Thread Joe Duhamel
All, I know this is a novice question but I'm trying to create a new group using the python pyobjc module. I'm ure I've made a juvenile mistake but help would be appreciated. -Joe if undefined is None: undefined = ABGroup.alloc().init() undefined.setValueForProperty_("GroupNa