JustAMan / pyWinClobber

A set of Python scripts to clobber some free space out of Windows installations. Use at your own risk!
MIT License
58 stars 9 forks source link

graceful handling of windowserror #9

Closed cluster-master closed 10 years ago

cluster-master commented 10 years ago

Cannot remove "c:\windows\installer\102b733.msi": WindowsError(32, '\xcf\xf0\xee \xf6\xe5\xf1\xf1 \xed\xe5 \xec\xee\xe6\xe5\xf2 \xef\xee\xeb\xf3\xf7\xe8\xf2\xfc \xe4\xee\xf1\xf2\xf3\xef \xea \xf4\xe0\xe9\xeb\xf3,')

cant decode it byself, but this is probably cp1251

JustAMan commented 10 years ago

That msg says "Процесс не может получить доступ к файлу" (process cannot access the file). Will try to fix :)

JustAMan commented 10 years ago

Should be handled better in v1.0.3: https://github.com/JustAMan/pyWinClobber/tree/1.0.3