O comentário do minrk me pegou no caminho certo e corrigi-lo com o seguinte pacote.
sudo apt-get install python3-tk
Estou usando ipython3
, instalado no Ubuntu com apt-get
. Eu não posso usar a função de colagem mágica, queixa-se da falta de Tkinter
. Mas eu tenho Tkinter
e a mesma coisa funciona bem no ipython (2). O que dá?
Python 3.2.3 (default, Oct 19 2012, 19:53:16)
Type "copyright", "credits" or "license" for more information.
IPython 0.13.1.rc2 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]: %paste
ERROR: Getting text from the clipboard on this platform requires Tkinter.