You are not logged in.
Hello everybody,
I tried to install euca2olls via yaourt and got the following error message:
==> Starting package()...
Re-generating manpages...
zTraceback (most recent call last):
File "bin/euca-upload-bundle", line 43, in <module>
from boto.s3 import Connection
ImportError: cannot import name Connection
help2man: can't get `--help' info from bin/euca-upload-bundle
Try `--no-discard-stderr' if option outputs to stderr
Traceback (most recent call last):
File "bin/euca-delete-bundle", line 43, in <module>
from boto.s3 import Connection
ImportError: cannot import name Connection
help2man: can't get `--help' info from bin/euca-delete-bundle
Try `--no-discard-stderr' if option outputs to stderr
Traceback (most recent call last):
File "bin/euca-download-bundle", line 43, in <module>
from boto.s3 import Connection
ImportError: cannot import name Connection
help2man: can't get `--help' info from bin/euca-download-bundle
Try `--no-discard-stderr' if option outputs to stderr
make: *** [man] Error 1
Any ideas of what is wrong?
Thank you in advance,
PS: If this is not the place to ask this, please tell me
Offline
it would appear that euca2ools 1.3.1 is incompatible with python-boto-2.0.
try downgrading to python-boto-1.9.
Offline