I\'m not even sure what the right words are to search for. I want to display parts of the error object in an except block (similar to the err object in VBScript, which has E
The string value of the exception object will give you the reason. The traceback module will allow you access to the full traceback.