Re: adwords api with Python connecting without YAML approach

2015-04-24 Thread Josh Radcliff (AdWords API Team)
Hi, Based on the stack trace you provided, the error is occurring because you do not have permissions to the local directory containing trusted certificates. File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 507, in __init__ self._context.load_verify_loc

adwords api with Python connecting without YAML approach

2015-04-23 Thread atrombley
I am trying the following script and getting an error that permission is denied and that is it? This api is so convoluted it almost defeats it's purpose! >>> from googleads import adwords >>> from googleads import oauth2 >>> CLIENT_ID = '336187065250-x.apps.googleusercontent.com' >>> CLIE