[issue41236] "about" button in MacOS caused an error

2020-07-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: You're right. "python3.9 -m tkinter" runs the tkinter widget demo. And python >= About python brings up 'about tkinter' window. I just deleted 3.7 so I cannot easily test. 3.8 works also. -- ___ Python tracker

[issue41236] "about" button in MacOS caused an error

2020-07-10 Thread Ned Deily
Ned Deily added the comment: Terry, based on the error message provided, i.e. "About Widget Demo", I assumed that the poster was not using IDLE here. But we can't tell without more input. "when I run 3.9 test.pythoninfo, I am asked to install gcc tools and maybe xcode. Is this expected?" W

[issue41236] "about" button in MacOS caused an error

2020-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Messages like this are an occasional nuisance when shutting down a tkinter app started in a terminal/console window. I have gone to a lot of effort to suppress than in IDLE GUI tests so that other developers do not suffer the noise or puzzlement of thinking

[issue41236] "about" button in MacOS caused an error

2020-07-08 Thread Ned Deily
Ned Deily added the comment: Please say exactly how you reproduced this behavior. Please paste the results of running the following command from a terminal window: python3.7 -m test.pythoninfo replacing python3.7 with whatever you use to start the python that fails. -- ___

[issue41236] "about" button in MacOS caused an error

2020-07-07 Thread Baozhen Chen
New submission from Baozhen Chen : when clicking the MacOS menubar-File-About Python, it appears >>> can't invoke "tk_messageBox" command: application has been destroyed while executing "tk_messageBox -icon info -type ok -title [mc "About Widget Demo"] -message [mc "Tk widget demonstratio