"Terry Reedy" <[email protected]> a écrit dans le message de news:[email protected]...
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' writtenon the Text() widget
-- https://mail.python.org/mailman/listinfo/python-list
