Skip to content

Instantly share code, notes, and snippets.

@schmilblick
Created October 21, 2014 10:21
Show Gist options
  • Save schmilblick/0ab036790c7404055685 to your computer and use it in GitHub Desktop.
Save schmilblick/0ab036790c7404055685 to your computer and use it in GitHub Desktop.
estimate_keyword_traffic.py error
No handlers could be found for logger "suds.resolver"
Traceback (most recent call last):
File "googleads-python-lib/examples/adwords/v201409/optimization/estimate_keyword_traffic.py", line 122, in <module>
main(adwords_client)
File "googleads-python-lib/examples/adwords/v201409/optimization/estimate_keyword_traffic.py", line 101, in main
mean_avg_cpc = (long(estimate['min']['averageCpc']['microAmount']) +
File "/home/vagrant/env/local/lib/python2.7/site-packages/suds/sudsobject.py", line 154, in __getitem__
return getattr(self, name)
AttributeError: 'StatsEstimate' object has no attribute 'averageCpc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment