git aws.push: ningún módulo llamado boto

Estoy tratando de seguir el tutorial:implementar django en aws Elastic Beanstalk

cuando estoy haciendo el paso 6 del Paso 6:

git aws.push

Recibo un mensaje de ImportError:

(tryhasinenv)Lee-Jamess-MacBook-Pro:tryhasin h0925473$ git aws.push
Traceback (most recent call last):
  File ".git/AWSDevTools/aws.elasticbeanstalk.push", line 21, in <module>
    from aws.dev_tools import * 
  File "/Users/h0925473/tryhasin_root/tryhasin/.git/AWSDevTools/aws/dev_tools.py", line 5, in <module>
    import boto
ImportError: No module named boto

No tengo ni idea de qué hacer. ¿Alguien puede decirme qué pasa?

Respuestas a la pregunta(4)

Su respuesta a la pregunta