Saw this code while looking for an answer to a different question. Thought
you might be able to help.
I try running this sample code but get an error.
import gdata.apps.groups.service
if __name__=='__main__':
service =
gdata.apps.groups.service.GroupsService(email='[email protected]',
domain='beloit.edu', password='1bogart11')
service.ProgrammaticLogin()
service.RetrieveAllGroups()
[root@bcmail sbin]# python testGroup.py
Traceback (most recent call last):
File "testGroup.py", line 2, in ?
import gdata.apps.groups.service
ImportError: No module named groups.service
I feel like I am probably missing libraries. How do I get the right ones?
Thanks in advance
-DN
--
You received this message because you are subscribed to the Google Groups
"Google Apps Domain Information and Management APIs" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-apps-mgmt-apis/-/huOEP9CQu2oJ.
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-mgmt-apis?hl=en.