I installed AWS CLI as stated in this page http://docs.amazonwebservices.com/cli/latest/userguide/cli-chap-getting-started.html
And the following is the installation error:
.........Traceback (most recent call last):
File "/usr/local/share/python/aws", line 15, in <module>
import awscli.clidriver
File "/usr/local/lib/python2.7/site-packages/awscli/__init__.py", line 18, in <module>
import botocore.base
ImportError: No module named botocore.
Since installing the pip its successful, but why that botocore is being reported no such file?