@Schnieker: Na Du hast alles relevante ja im Grunde selbst schon geschrieben: Den Textinhalt von einem `Entry` kann man nicht ändern solange es im Zustand "readonly" ist. Wenn man den Inhalt ändern will, muss man den Zustand vorher auf `tkinter.NORMAL` ändern. Und wenn es danach weiterhin "readonly" sein soll, muss man den Zustand nach dem Verändern halt wieder auf "readonly" setzen.
“Design patterns are kind of like sarcasm: hard to use well, not always appropriate,
and disgustingly bad when applied to problems they are not meant to solve.” — ajones in c.l.python