Re: [IronPython] hashlib for IronPython

2006-10-15 Thread M. David Peterson
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

Re: [IronPython] hashlib for IronPython

2006-10-15 Thread Sanghyeon Seo
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

Re: [IronPython] hashlib for IronPython

2006-10-15 Thread M. David Peterson
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

Re: [IronPython] IronPython Samples

2006-10-15 Thread M. David Peterson
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

Re: [IronPython] FePy TODO

2006-10-15 Thread M. David Peterson
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