Closed GoogleCodeExporter closed 9 years ago
I have no problem with creating a new document and editing it.
Original comment by paul...@gmail.com
on 20 Aug 2010 at 10:54
This is a bug in detecting proper versions of gdata, fixed in the trunk. You
almost certainly have an old version of gdata lurking on your system somewhere.
You can apply the attached patch and run your command with --verbose to print
the path to gdata and your pythonpath. For example, on my machine, it says:
Gdata will be imported from
/usr/local/lib/python2.6/dist-packages/gdata/__init__.pyc
Your pythonpath:
:/usr/local/lib/python2.6/site-packages:/usr/local/lib/python2.6/dist-packages
Gdata does not have a version variable to check, so you have to poke around in
the pythonpath to find an install egg or some other version data.
Original comment by tom.h.mi...@gmail.com
on 23 Aug 2010 at 8:08
Attachments:
Fixed. Thank you
Original comment by paul...@gmail.com
on 24 Aug 2010 at 8:54
Original issue reported on code.google.com by
paul...@gmail.com
on 20 Aug 2010 at 10:52