Comment 1 for bug 1262048

Revision history for this message
Gustavo Lindenberg (gus-5) wrote :

Hey,
I know this is old, but it seems that it's a Google's API problem

As stated here: http://xmodulo.com/2013/12/integrate-google-calendar-linux-desktop.html#comment-5370

I did:

The fix is, as you mention, to edit 'apiclient/model.py'
Change
from apiclient import __version__
to
from mimeparse import __version__

The file can be on /usr/local/lib/python2.7/dist-packages/apiclient/model.py

In my case it was on /usr/lib/python2.6/site-packages/apiclient

and it worked.