What steps will reproduce the problem? 1. setup.py build install (runs fine) 2. config.py (also runs fine - settings: 2,n,y,y) 3. as per readme, run get_campaigns.py to create 5 campaigns What is the expected output? What do you see instead? not sure output expected, but instead got: ImportError: cannot import name AdWordsClient What version of the product are you using? On what operating system? 15.4.1 Windows 7 Python 2.7.3 Please provide any additional information below. By running "import AdwordsClient" from python command prompt, I saw the error of fpconst missing. Once I installed that, get_campaigns.py worked.
Using 15.5.0, encountered same issue, adding fpconst resoled issue.