[Pythonmac-SIG] AddressBook Question.

Joe Duhamel jduhamel at gmail.com
Tue May 17 01:56:22 CEST 2005


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_("GroupName") = "UnDefined" ** Causes
obvious error.
	book.addGroup(undefined)


More information about the Pythonmac-SIG mailing list