This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients Sam Yeager, ned.deily, ronaldoussoren, terry.reedy
Date 2020-10-31.12:11:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604146263.13.0.246522713216.issue26377@roundup.psfhosted.org>
In-reply-to
Content
Is this problem still present?

I've used the following script to test:

import tkinter
from tkinter import messagebox

root = tkinter.Tk()
box = messagebox.showinfo("Title", "A Message")

# -- EOF ---

With this script I can close the message box without problems (by clicking on the OK button). Both when running from the command-line and when running from IDLE.

Python 3.9, installer from python.org.
History
Date User Action Args
2020-10-31 12:11:03ronaldoussorensetrecipients: + ronaldoussoren, terry.reedy, ned.deily, Sam Yeager
2020-10-31 12:11:03ronaldoussorensetmessageid: <1604146263.13.0.246522713216.issue26377@roundup.psfhosted.org>
2020-10-31 12:11:03ronaldoussorenlinkissue26377 messages
2020-10-31 12:11:03ronaldoussorencreate