Seems to be missing something fundamental here, sorry. I'm developing a small program (under win32, but should work crossplatform). I want to paste some text in the clipboard, so I do: root.clipboard_clear() root.clipboard_append(mytext) But I can not find a way to retrieve the text from the clipboard! Is there a way? Thank you! . Facundo