jamesyonan / brenda

Blender render farm software for Amazon Web Services
Other
246 stars 67 forks source link

brenda-run #6

Closed RustyHoff closed 10 years ago

RustyHoff commented 10 years ago

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

diramazioni commented 10 years ago

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

RustyHoff commented 10 years ago

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