Tkinter messagebox fails when the root window is closed

后端 未结 0 1662
Happy的楠姐
Happy的楠姐 2020-12-05 00:04

Tkinter messagebox generates an exception when I close the parent window ignoring the message box.

import tkinter as tk
from tkinter import messagebox 
root =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题