I have run setup install, but when I run s3cmd I get:
$s3cmd
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An unexpected error has occurred.
Please report the following lines to:
s3tools-general@lists.sourceforge.net
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Traceback (most recent call last):
File "/usr/bin/s3cmd", line 1054, in <module>
sys.stderr.write("S3cmd: %s\n" % PkgInfo.version)
NameError: name 'PkgInfo' is not defined
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have run setup install, but when I run s3cmd I get:
$s3cmd
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
An unexpected error has occurred.
Please report the following lines to:
s3tools-general@lists.sourceforge.net
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Traceback (most recent call last):
File "/usr/bin/s3cmd", line 1054, in <module>
sys.stderr.write("S3cmd: %s\n" % PkgInfo.version)
NameError: name 'PkgInfo' is not defined
You can run s3cmd from the folder you put it in i.e. it doesn't have to be installed into the path. I use it on Leopard like this with no problems.
Check out the trunk version, I couldn't get the released versions to run at all, but when I did this change [1] it worked!
[1] http://s3tools.svn.sourceforge.net/viewvc/s3tools?view=rev&revision=296