salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

No docs commands work. #468

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Execute 'google' to enter interactive mode.
2. Type 'docs list' or 'docs edit <filename>'

What is the expected output? What do you see instead?
Expect to see list of files, or be able to edit the file.
Instead I am given the following error:

Traceback (most recent call last):
  File "/usr/local/bin/google", line 488, in run_interactive
    run_once(options, args)
  File "/usr/local/bin/google", line 540, in run_once
    options.config)
  File "/usr/local/bin/google", line 373, in import_service
    service_module = import_at_runtime('googlecl.' + service + '.client')
  File "/usr/local/bin/google", line 332, in import_at_runtime
    return __import__(module, globals(), fromlist=['0'])
  File "/Library/Python/2.7/site-packages/googlecl/docs/client.py", line 47, in <module>
    googlecl.client.BaseClientCL):
  File "/Library/Python/2.7/site-packages/googlecl/docs/client.py", line 55, in DocsClientCL
    DOCLIST_FEED_URI = gdata.docs.client.DOCLIST_FEED_URI
AttributeError: 'module' object has no attribute 'DOCLIST_FEED_URI'

What version of the product are you using? 
I don't know how to find the version number. I installed it using pip on 5th 
March 2012.

On what operating system? 
OSX Lion

What version of gdata-python-client (aka python-gdata)?
I don't know how to find the version number.

Please provide any additional information below.
Apologies for not being able to find version numbers. If someone can tell me 
how I can give more complete information.

Original issue reported on code.google.com by shaw...@gmail.com on 5 Mar 2012 at 10:07

GoogleCodeExporter commented 9 years ago
You're probably on python gdata 2.0.15 or 2.0.16.  If you can figure out how to 
install 2.0.14, you should be okay.

Original comment by jh...@google.com on 5 Mar 2012 at 11:08

GoogleCodeExporter commented 9 years ago
I just had the same problem with gdata 2.0.17 on slackware linux. Going back to 
2.0.14 fixed it.

Original comment by hokou...@gmail.com on 29 Apr 2012 at 12:19

GoogleCodeExporter commented 9 years ago
Works correctly with the code from trunk with gdata 2.0.15-17.

Original comment by szy...@endpoint.com on 29 Dec 2012 at 9:44