Because Youtube Engineers monitor stack overflow with tags related to Youtube API v3
When executing:
#!/usr/bin/python
from apiclient.discovery import build
from apiclient.errors import HttpError
from oauth2client.tools import argparser
I am receiving the following error:
from apiclient.discovery import build ImportError: No module named apiclient.discovery
Please Google Engineers correct the samples so people starting with the API don't get stuck with this kind of errors.