I’m using windows 7 system, and python programming. How can i install boto library on windows7?
I’m using windows 7 system, and python programming. How can i install boto library
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Downlload the boto package to your computer from say: http://boto.googlecode.com/files/boto-2.6.0.tar.gz
Unzip it.
Traverse to the unzipped folder using CMD prompt.
and run the following command:
Verify the installation by trying to import boto in python.
If you have pip installed you can run:
EDIT: if setup.py install is not recognized try
python setup.py install