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 terry.reedy
Recipients mcepl, taleinat, terry.reedy
Date 2021-12-22.01:32:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640136745.21.0.77706055398.issue46146@roundup.psfhosted.org>
In-reply-to
Content
On a system where IDLE will not start, the code has to be run directly with 'python3', however that is done there.  One will need to add the line 'r.mainloop()' at the end of the script to see the tk window.  However, this is not needed to see the printed width results.

What tcl/tk version do you distribute?  Is the person seeing the bug using that?  Add "print(tk.call('info', 'patchlevel'))" to see.

I presume that when IDLE worked for you, you used the default font.  Specific tests to run:
python3 -m test -ugui test_tk test_tcl test_ttk_guionly test_ttk_textonly test_idle
History
Date User Action Args
2021-12-22 01:32:25terry.reedysetrecipients: + terry.reedy, taleinat, mcepl
2021-12-22 01:32:25terry.reedysetmessageid: <1640136745.21.0.77706055398.issue46146@roundup.psfhosted.org>
2021-12-22 01:32:25terry.reedylinkissue46146 messages
2021-12-22 01:32:25terry.reedycreate