rubby0605 / googlecl

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

dependency on python-gdata should be versioned #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.google calendar today

What is the expected output? What do you see instead?
calendar list

Please specify user: fred.bloggs@gmail.com
Traceback (most recent call last):
  File "/usr/bin/google", line 448, in <module>
    main()
  File "/usr/bin/google", line 442, in main
    run_once(options, args)
  File "/usr/bin/google", line 320, in run_once
    if client.RequestAccess():
  File "/usr/lib/pymodules/python2.5/googlecl/service.py", line 193, in request_access
    self.SetOAuthInputParameters(gdata.auth.OAuthSignatureMethod.HMAC_SHA1,
AttributeError: 'CalendarServiceCL' object has no attribute 
'SetOAuthInputParameters'

What version of the product are you using? On what operating system?
0.9.5-1
Debian Lenny

Please provide any additional information below.
upgrading python-gdata from 1.1.1-1 to 2.0.8-1.1 fixed the problem. 

Original issue reported on code.google.com by adrian.b...@gmail.com on 19 Jun 2010 at 7:48