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)
_______________________________________________
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig
