I have an error when installing latest version (rc) on Centos 5 and then trying to run s3cmd as follows:
Traceback (most recent call last):
File "/usr/bin/s3cmd", line 2527, in ?
report_exception(e)
File "/usr/bin/s3cmd", line 2465, in report_exception
s = u' '.join([unicodise(a) for a in sys.argv])
NameError: global name 'unicodise' is not defined
Any ideas how to fix?