I try this md5.py,but throw an exception!
>>> import md5
>>> m=md5.new()
Traceback (most recent call last):
File , line 0, in ##12
File D:\TECH\IronPython\Lib\md5.py, line 31, in new
File D:\TECH\IronPython\Lib\md5.py, line 15, in __init__
TypeError: multiple overloads of Create could match
As an interim solution our friend Seo has an implementation of md5 for
IronPython.
http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/
On 7/26/06, Kevin Chu <[EMAIL PROTECTED]> wrote:
> I am glade to hear about this greate news!
> Especially, it implemented a large number of the standard CPython
> buil
This is FANTASTIC!I've made a quick announcments/thanks to the O'Reilly Windows DevCenter > http://www.oreillynet.com/windows/blog/2006/07/msironpython_ironpython_10_rc1_1.html
< and furthermore plan to get a hold of Preston Gralla (the editor of the Windows DevCenter) to discuss the potential of
I am glade to hear about this greate news!
Especially, it implemented a large number of the standard CPython
built-in modules.
But I found md5 module is not implemented yet!
2006/7/26, Dino Viehland <[EMAIL PROTECTED]>:
> Hello IronPython Community,
>
> We have just released IronPython 1.0 RC1. W
Hello IronPython Community,
We have just released IronPython 1.0 RC1. We're anticipating that this build
will be the same as 1.0 final unless we hear otherwise. We're looking for any
feedback, but in particular we'd like to know of any blocking issues discovered
against this build or fundamen