When I try to use gDoc python API following instruction at python_client_lib
I got below error:
In [3]: import gdata
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-3-fc99779d388d> in <module>()
----> 1 import gdata
/Users/e12714/git/bin/anaconda/lib/python2.7/site-packages/gdata/__init__.py in <module>()
107
108
--> 109 class LinkFinder(atom.LinkFinder):
110 """An "interface" providing methods to find link elements
111
AttributeError: 'module' object has no attribute 'LinkFinder'
What's wrong with me? Any python module missed?