Wednesday, January 28, 2015

How to install python boto module on windows?

OS Environment : Windows 2007, 64 bit
Application : Python boto module
Implementation Steps : 

1. First Install python 3
2. Execute following steps now :

From windows command prompt :

$cd c:/
c:\>cd Python34/Scripts
c:\Python34\Scripts>pip.exe install -U boto

Output will look like below :

Downloading/unpacking boto
Installing collected packages: boto
Successfully installed boto
Cleaning up...

6 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. Hi,
    I tried isntalling boto on windows 7 machine using the above script but not able to do so.
    I am getting the below error message.
    C:\Python35-32\Scripts>pip.exe install boto
    Collecting boto
    Could not find a version that satisfies the requirement boto (from versions: )

    No matching distribution found for boto

    Please assist.

    ReplyDelete
  4. i tried this but it not working to me. the error is "access is denied"

    ReplyDelete