WARNING: Noob question

I'm trying to somehow view or print the output of one of the python
client examples and I have no clue how to view the RetrieveEmailList()
object. I've searched on this forum and have come up with nothing. The
examples just say the object is created from an XML feed.

Is there some kind of method I can use to extract the email addresses
in the list? Have never used XML before and have no clue. I've
searched this forum and others, and have come up with nothing (or just
haven't recognized the answer).

############
import gdata.apps.service

service = gdata.apps.service.AppsService(email='[EMAIL PROTECTED]',
domain='whatever.com', password='justdoit')

service.ProgrammaticLogin()

service.RetrieveEmailList('list')
#How do I get the actual members of the list out of this thing!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Apps APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to