How do I make calls to AWS with Python 3 and httplib2 on Windows 7?
问题 I am using httplib2 to make calls to Amazon Web Services (AWS): http = httplib2.Http(cache='.cache') response, content = http.request('https://sdb.amazonaws.com/...') However it fails looking for CAs (I think): File "C:\Python32\lib\site-packages\httplib2\__init__.py", line 1059, in request self.disable_ssl_certificate_validation) File "C:\Python32\lib\site-packages\httplib2\__init__.py", line 772, in __init__ context.load_verify_locations(ca_certs) IOError: [Errno 2] No such file or