Comment 4 for bug 924933

Revision history for this message
Lorin Hochstein (lorinh) wrote :

Can you provide some more details about the issue with boto 2.2.x? From the original bug description, it looks like boto 2.2.x was failing to install properly, but I can install 2.2.1 on my laptop inside a venv:

(venv)[lorin@nibbler ~]$ pip install boto
Downloading/unpacking boto
  Downloading boto-2.2.1.tar.gz (446Kb): 446Kb downloaded
  Running setup.py egg_info for package boto
...
   changing mode of /Users/lorin/venv/bin/sdbadmin to 755
    changing mode of /Users/lorin/venv/bin/taskadmin to 755
Successfully installed boto
Cleaning up...