User-friendly interpretation of EXCEPINFO
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
Currently a DISP_E_EXCEPTION output looks like that:
com_error: (-2147352567, 'Exception occurred.', (0, None, None, None, 0, -2147024894), None)
It would be more user-friendly if the actual EXCEPINFO would be considered, e.g.
com_error 'The system cannot find the file specified.': (-2147352567, 'Exception occurred.', (0, None, None, None, 0, -2147024894), None)