Я использую ipython3 , установленный в Ubuntu с помощью apt-get .  Я не могу использовать функцию вставки магии, она жалуется на отсутствие Tkinter .  Но у меня есть Tkinter и то же самое отлично работает на ipython (2).  Что дает?
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.
