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
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