Popup error with traceback
popup_error_with_traceback
Show an error message and as many additoinal lines of messages as you want. Will show the same error window as PySimpleGUI uses internally. Has a button to take the user to the line of code you called this popup from. If you include the Exception information in your messages, then it will be parsed and additional information will be in the window about such as the specific line the error itself occurred on.
Parameter Descriptions
Name | Type | Default | Description |
---|---|---|---|
*messages | Any | A variable number of lines of messages you wish to show your user | |
emoji | bytes | None | An optional BASE64 Encoded image to shows in the error window |
title | str | The title that will be shown in the popup's titlebar and in the first line of the window |