मैं उपयोग कर रहा हूं ipython3
, उबंटू पर स्थापित है 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)
?