Re: [python-win32] Try to got short path for files - but got error...

2006-05-29 Thread DurumDara
Mark Hammond írta: > I'm afraid your message isn't very clear. You should try and copy the > smallest possible code that demonstrates your problem, exactly as Bobby did > in his reply. > Hi everybody ! The short path project is continue... I answer in this email to all question ! First of all

[python-win32] Try to got short path for files - but got error...

2006-05-29 Thread DurumDara
Hi ! I wrote to Python list, but nobody answer to my problem. I copy these mails to this body. So: I need to optimize my disk hasher code. I need to make quick code, and I see that FSUM make better speed than python sha/md5 with py2exe. But I need to "transport" filenames to FSUM. I got errors

Re: [python-win32] Try to got short path for files - but got error...

2006-05-29 Thread Gabriel Genellina
At Monday 29/5/2006 08:01, DurumDara wrote: >Ok, I found the error in FSUM, but the question is remaining in opened >state, >because every of the solutions are little complex, chaotic, or not >speeding up >my code. >The main question - the parameterizing of subprocess (wroted by another >developer