Package: python3-googleapi
Version: 1.2-3
When I try to import apiclient.discovery in Python 3, I got this error:
Traceback (most recent call last):
[...]
from apiclient.discovery import build
File "/usr/lib/python3/dist-packages/apiclient/discovery.py", line
39, in <module>
import urlparse
ImportError: No module named 'urlparse'
Also the "import mimeparse" line would fail, since implicit relative
importing is deprecated in Python 3.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]