I am trying to use AWS Simple Email Service with Python. I followed the Send an Email Using the AWS SDK for Python (Boto) sample code. The program cannot correctly import boto3.
When it tries to import boto3 for the first time, Python gives error ImportError: cannot import name ClientError
.
If I try to import again, the error becomes ImportError: cannot import name certs
.
I have also checked the installed boto3 version and it has same version as the sample code.
boto3 Version: 1.4.4
botocore Version: 1.5.95