I am using Google's python API client, and one of the lines it wants you to use is:
from apiclient import discovery
When I run this it returns the error:
ImportError: cannot import name discovery
Note: the apiclient
module is installed and up to date
Thanks guys