Re: [S3tools-general] bug: s3cmd not working with python 2.4.4

2010-04-30 Thread Michal Ludvig
Hi Tim, thanks for the patch. However it is a workaround for a pretty unusual configuration and I don't think I will apply it as it is. I may perhaps reimplement it with checking for the functionality instead of Python version. Will see. But thanks for the report anyway! Michal On 04/23/2010 09

Re: [S3tools-general] bug: s3cmd not working with python 2.4.4

2010-04-23 Thread Timothee Linden
Hi again, A friend of mine (way more skilled than me at Python) found the issue. The system where this problem was occuring had a manually istalled hashlib for python 2.4, and it seems that doesn't work well with hmac.py :/ . Below is the diff he he made on the file S3/Utils.py:

[S3tools-general] bug: s3cmd not working with python 2.4.4

2010-04-23 Thread Timothee Linden
Hi there, I'm a new user of s3cmd and I love it! Many thanks for making this nifty little utility. I've been using s3cmd in various environments and one of them had python 2.4.4 by default: Python 2.4.4 (#2, Jan 24 2010, 11:50:13) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] when running