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.
/usr/lib/python2.7/lib-tk/Tkinter.pyc
2.7에 ipython3에서 가져 오기 오류
import Tkinter; print(Tkinter)
습니까?