That seems to have fixed that problem.Traceback (most recent call last): File , line 0, in ##108
File C:\Python24\Lib\site-packages\boto\connection.py, line 282, in create_bucket File connection, line unknown, in make_request File C:\Python24\Lib\site-packages\boto\connection.py, line 167, in
2006/10/15, M. David Peterson <[EMAIL PROTECTED]>:
> It seems to me that at one point this was something you had fixed in regards
> to the MD5 module, though this was a while back and can't be certain. Any
> ideas in regards to the best way to work around this issue?
Workaround: open sha.py and a
Hey Seo,I've run into a problem with the usage of the the boto (home: http://code.google.com/p/boto/, repo: http://boto.googlecode.com/svn/trunk/
) project code base and its usage of the hmac module,>>> import boto
>>> conn = boto.connect_s3()>>> bucket = conn.create_bucket('foobarbucketfoo')Traceb
Hey Michael,Quick follow-up with this: via the notes for http://dev.pypod.net/changeset/97
Not sure why I chose to name this PyPod?.Clipboard, as it was something I created to run through FuzzyMan's clipboard tutorial. The overall plan is to import the
GlobalClip?
project and use this as the p
ahh... okay, thanks Seo. My guess is that if I would have actually RTFM, I would have already known this.Guess it's time to RTFM. ;)On 10/15/06, Sanghyeon Seo
<[EMAIL PROTECTED]> wrote:2006/10/15, M. David Peterson <
[EMAIL PROTECTED]>:> A simple bug I noticed (forgive me if its already been brou