DurumDara wrote: > Hi ! > > I need to speedup my MD5/SHA1 calculator app that working on > filesystem's files. > I use the Python standard modules, but I think that it can be faster if > I use C, or other module for it. > > I use FSUM before, but I got problems, because I "move" into "DOS area", > and the parameterizing of outer process maked me very angry (not working). > You will see this in this place: > http://mail.python.org/pipermail/python-win32/2006-May/004697.html
FWIW I looked at what is the problem, apparently fsum converts the name back to unicode, tries to print it and silently corrupts the output. You give it short name XA02BB~1 of the file xAÿ and fsum prints xA Use python module or try another utility. -- http://mail.python.org/mailman/listinfo/python-list