|
From: paul w. <pwi...@ya...> - 2015-06-18 16:52:40
|
Hi,I recently created a new EC2 instanceand installed EC2 following these steps: - cd /etc/yum.repos.d - sudo wget http://s3tools.org/repo/RHEL_6/s3tools.repo - sudo yum install s3cmd I'm getting the error below whenever I run the s3cmd.Thanks for any help you can provide.-Paul An unexpected error has occurred. Please report the following lines to: s3t...@li...!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Problem: ImportError: No module named S3.ExceptionsS3cmd: unknown version. Module import problem? Traceback (most recent call last): File "/usr/bin/s3cmd", line 1995, in <module> from S3.Exceptions import *ImportError: No module named S3.Exceptions Your sys.path contains these entries: /usr/bin /usr/lib64/python27.zip /usr/lib64/python2.7 /usr/lib64/python2.7/plat-linux2 /usr/lib64/python2.7/lib-tk /usr/lib64/python2.7/lib-old /usr/lib64/python2.7/lib-dynload /usr/local/lib64/python2.7/site-packages /usr/local/lib/python2.7/site-packages /usr/lib64/python2.7/site-packages /usr/lib/python2.7/site-packages /usr/lib64/python2.7/dist-packages /usr/lib64/python2.7/dist-packages/PIL /usr/lib/python2.7/dist-packagesNow the question is where have the s3cmd modules been installed? !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! An unexpected error has occurred. Please report the above lines to: s3t...@li...!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |