Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdata wants atom.LinkFinder but atom 0.3.5 or 0.3.6 doesn't have this, gdata doesn't work with atom >= 0.3.5 #689

Open
GoogleCodeExporter opened this issue Mar 17, 2015 · 10 comments

Comments

@GoogleCodeExporter
Copy link

Hello, I have gdata 2.0.18 instaled with my python 2.7.5. I have atom library 
version below 0.3.5 and all works well. But when I upgrade atom library to 
version 0.3.5 or 0.3.6 these code

import atom
import gdata.calendar

raise this error

Traceback (most recent call last):
  File "C:\Users\Booker\YandexDisk\workspace\sms\sms_from_google_calendar.py", line 3, in <module>
    import gdata.calendar
  File "C:\Python27\lib\site-packages\gdata\__init__.py", line 109, in <module>
    class LinkFinder(atom.LinkFinder):
AttributeError: 'module' object has no attribute 'LinkFinder'

Atom library of 0.3.5 doesn't have atom.LinkFinder. I want to use previos 
version of atom lybrary but there is no distributions!

for example 

pip install atom == 0.3.1

says that available only 0.3.5 and 0.3.6 version !

gdata wants atom.LinkFinder for their work but atom available by pipy doesn't 
have thise what can I do ?

Original issue reported on code.google.com by med.phis...@gmail.com on 27 Jan 2014 at 1:58

@GoogleCodeExporter
Copy link
Author

I am having the same problem. Any help would be really appreciated.

Original comment by m...@danishabdullah.com on 26 Feb 2014 at 12:21

@GoogleCodeExporter
Copy link
Author

same issue

Original comment by bgrayb...@gmail.com on 4 Mar 2014 at 1:57

@GoogleCodeExporter
Copy link
Author

same issue

Original comment by ellryw...@gmail.com on 4 Mar 2014 at 2:43

@GoogleCodeExporter
Copy link
Author

same

Original comment by yuriy.so...@gmail.com on 7 Mar 2014 at 4:44

@GoogleCodeExporter
Copy link
Author

I was able to rectify this issue by removing all traces of atom from my Python 
installation and installing the latest gdata release (using setup.py) from 
here: https://code.google.com/p/gdata-python-client/downloads/list

That release includes a version of atom, with the necessary LinkFinder class 
definition.

Original comment by john.ma...@gmail.com on 12 Mar 2014 at 6:59

@GoogleCodeExporter
Copy link
Author

Thank you very much, john.ma...@gmail.com ) My scripts are working now, the 
problem  solved )

Original comment by med.phis...@gmail.com on 13 Mar 2014 at 1:47

@GoogleCodeExporter
Copy link
Author

Thanks for the info

Original comment by gaurav1...@gmail.com on 27 May 2014 at 8:18

@GoogleCodeExporter
Copy link
Author

Agreed, I don't think this is an issue with this library if cleaning up the 
path works.

Original comment by afs...@google.com on 30 Dec 2014 at 9:40

@bbaros
Copy link

bbaros commented Feb 6, 2017

Uninstalling Atom only didn't help. Uninstalling and reinstalling gdata after uninstalling Atom worked.

@ossarotte
Copy link

ossarotte commented Aug 7, 2017

i try to uninstall atom under Anaconda but nothing change
but when i try to reinstall
(C:\ProgramData\Anaconda2) c:\workarea\python\gdata-python-client-master>python setup.py install
C:\ProgramData\Anaconda2\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running install
running build
running build_py
running install_lib
running install_egg_info
Removing C:\ProgramData\Anaconda2\Lib\site-packages\gdata-2.0.18-py2.7.egg-info
Writing C:\ProgramData\Anaconda2\Lib\site-packages\gdata-2.0.18-py2.7.egg-info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants