google / gdata-python-client

444 stars 228 forks source link

import gdata not work #59

Open ossarotte opened 7 years ago

ossarotte commented 7 years ago

import gdata Traceback (most recent call last):

File "", line 1, in import gdata

File "C:\ProgramData\Anaconda2\lib\site-packages\gdata__init__.py", line 108, in class LinkFinder(atom.LinkFinder):

AttributeError: 'module' object has no attribute 'LinkFinder'

when i try to import gdata this is the error

ossarotte commented 7 years ago

i remove atom and gdata and reinstall whit pip install gdata

isaacrivas10 commented 6 years ago

Have the same problem over here. Any solutions?