Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. In [3]: import gdata
  2. ---------------------------------------------------------------------------
  3. AttributeError Traceback (most recent call last)
  4. <ipython-input-3-fc99779d388d> in <module>()
  5. ----> 1 import gdata
  6.  
  7. /Users/e12714/git/bin/anaconda/lib/python2.7/site-packages/gdata/__init__.py in <module>()
  8. 107
  9. 108
  10. --> 109 class LinkFinder(atom.LinkFinder):
  11. 110 """An "interface" providing methods to find link elements
  12. 111
  13.  
  14. AttributeError: 'module' object has no attribute 'LinkFinder'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement