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.
minrkのコメントで正しい方向に進んだので、次のパッケージで修正しました。
Sudo apt-get install python3-tk