pywintypes.error异常处理

我的原答案见:https://stackoverflow.com/questions/25053785/how-to-catch-these-exceptions-individually/60075942#60075942

之前使用有关win32的库时,有时候会出现pywintypes.error异常,但我看的各种异常里面并没有看到pywintypes.error的异常。

今天调试了一下:发现现在已经将pywintypes.error归为BaseException。其他还是看网站的答案吧,我懒得说了,