I'm creating a mini editor in Python 3.4, and I'd like it when the program first appears on the screen, tkinter.Text
is selected to write. I tried to use text.focus_force()
, which does not work, because in reality it is the IDLE that tkinter.Text
has the cursor, but I can only write in IDLE (of course, if not selected first the tkinter.Text
widget).