jamesyonan/brenda

brenda-run

Closed this issue · 2 comments

root@kali:~# brenda-run -i m2.xlarge price
Traceback (most recent call last):
File "/usr/local/bin/brenda-run", line 20, in
from brenda import aws, config, run, version
File "/usr/local/lib/python2.7/dist-packages/brenda/aws.py", line 18, in
import boto, boto.sqs, boto.s3, boto.ec2
ImportError: No module named boto

Rusty, the message is clear you need to install the python interface to amazon web service in ubuntu is a package named python-boto

I realize now that it states in the very beginning that i'd need python-boto...