salimoha / googlecl

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

SetOAuthInputParameters bug in contacts service #217

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. google contacts list -u <user>

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "/usr/bin/google", line 5, in <module>
    pkg_resources.run_script('googlecl==0.9.8', 'google')
  File "/usr/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg/pkg_resources.py", line 489, in run_script
  File "/usr/lib/python2.5/site-packages/setuptools-0.6c11-py2.5.egg/pkg_resources.py", line 1214, in run_script
  File "/usr/bin/google", line 536, in <module>

  File "/usr/bin/google", line 530, in main

  File "/usr/bin/google", line 382, in run_once

  File "build/bdist.linux-i686/egg/googlecl/service.py", line 284, in request_access
AttributeError: 'ContactsServiceCL' object has no attribute 
'SetOAuthInputParameters'

I am using gdata 2.0.10 and googlecl-0.9.8

Original issue reported on code.google.com by jianpx86 on 9 Jul 2010 at 3:24

GoogleCodeExporter commented 9 years ago
It seems like googlecl is using a very early version of gdata, not 2.0.10. It's 
also strange that you're running googlecl.service from 
build/bdist.linux-i686/egg/googlecl/service.py, not an absolute path such as 
/usr/lib/python2.5/etc

Try uninstalling googlecl, make sure that you don't have gdata < 1.2.4 
installed, and re-install.

Original comment by tom.h.mi...@gmail.com on 9 Jul 2010 at 10:54

GoogleCodeExporter commented 9 years ago
Have you had any luck with with the above instructions?

Original comment by tom.h.mi...@gmail.com on 24 Jul 2010 at 2:16

GoogleCodeExporter commented 9 years ago

Original comment by thmil...@google.com on 12 Oct 2010 at 5:00