prayagverma / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

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 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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 commented 9 years ago
same issue

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

GoogleCodeExporter commented 9 years ago
same issue

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

GoogleCodeExporter commented 9 years ago
same

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

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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 commented 9 years ago
Thanks for the info

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

GoogleCodeExporter commented 9 years ago
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