For anyone wanting to try this on OS X Lion, I believe you have to install googlecl with Python gdata 2.0.14 [1] or you'll see something like the following after running "google docs <cmd>"
File "/Library/Python/2.7/site-packages/googlecl-0.9.13-py2.7.egg/googlecl/docs/client.py", line 55, in DocsClientCL
DOCLIST_FEED_URI = gdata.docs.client.DOCLIST_FEED_URI
This started to look like a rabbit hole so I gave up there.
Comments
For anyone wanting to try this on OS X Lion, I believe you have to install googlecl with Python gdata 2.0.14 [1] or you'll see something like the following after running "google docs <cmd>"
This started to look like a rabbit hole so I gave up there.[1] http://code.google.com/p/googlecl/issues/detail?id=468
Apparently the current svn sources of googlecl work with more recent versions of Python gdata.
Didn't for me.
I installed an earlier gdata thusly:
sudo pip install http://gdata-python-client.googlecode.com/files/gdata-2.0.14...