ipython3にマジック関数を貼り付けます


15

を使用ipython3していapt-getます。Ubuntuにをインストールします。貼り付けのマジック機能を使用できません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.

何から得import Tkinter; print(Tkinter)ますか?
minrk

/usr/lib/python2.7/lib-tk/Tkinter.pyc2.7で、インポートエラーipython3上
WIM

回答:


27

minrkコメントは私を正しい軌道に乗せ、次のパッケージで修正しました。

sudo apt-get install python3-tk


12
+1はpython2.7と同じです:sudo apt-get install python-tk
chespinoza

%pasteインストール後も動作しませんpython3-tk%cpaste線量
-7kemZmani

4

明確にするために:wimの答えはpython2.7でも機能します。すべてのバージョンをカバーするには、次を実行します。

sudo apt-get install python-tk

セスピノザが逃した

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.