On 11/12/2009 09:54 PM, Matt Houldsworth wrote:

> Traceback (most recent call last):
>   File "./s3cmd", line 1726, in <module>
>     from S3.Exceptions import *
> ImportError: No module named S3.Exceptions
> 
> Your sys.path contains these entries:
>         /root/s3cmd

Is there a file /root/s3cmd/S3/Exceptions.py on your filesystem?

I suggest you properly install the package:
cd /tmp
tar xfz s3cmd-0.9.9.91.tar.gz
cd s3cmd-0.9.9.91
python setup.py install

Then run s3cmd and it should work.

Michal



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

Reply via email to