Windows 7 で Python 2.7 で Adwords API を使用しようとすると、次のエラーが表示されます: ImportError: cannot import name AdWordsClient
次のコードを使用します(Googleの例から取得しました):
import os
import sys
sys.path.insert(0, os.path.join('..', '..', '..', '..', '..'))
# Import appropriate classes from the client library.
from adspygoogle import AdWordsClient
from adspygoogle.common import Utils