import gdata Traceback (most recent call last): File "<ipython-input-1-fc99779d388d>", line 1, in <module> import gdata File "C:\ProgramData\Anaconda2\lib\site-packages\gdata\__init__.py", line 108, in <module> class LinkFinder(atom.LinkFinder): AttributeError: 'module' object has no attribute 'LinkFinder' when i try to import gdata this is the error
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