2012年7月31日 星期二

Python handle Windows Error

try:
    os.remove('abc.file')
except WindowsError, value:
    print value.args




Reference :
encoding - How to workaround Python \"WindowsError messages are not properly encoded\" problem? - Stack Overflow

沒有留言:

張貼留言