"Terry Reedy" <tjre...@udel.edu> a écrit dans le message de news:mailman.18714.1423775571.18130.python-l...@python.org...

Do you get anything similar when running the console interpreter?

yes

import tkinter as tk

root = tk.Tk()
text = tk.Text()
text.pack()
text.insert('1.0', 'this is a test eeeccee')


same problem with the text 'this is a test eeeccee' written
on the Text() widget
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to