How to catch customer error message in tkinter.Tcl().eval()
I need use python3 to create a simple tcl parser, so i use tkinter.Tcl to do this.
The parsing works well, but when I want to implement behavior for a parsing failure, I find that I can’t retrieve the information contained in the TclError
that I threw.