আমি ব্যবহার করছি ipython3
, উবুন্টু দিয়ে ইনস্টল করা apt-get
। আমি পেস্ট ম্যাজিক ফাংশনটি ব্যবহার করতে পারি না, এটি অনুপস্থিত থাকার অভিযোগ করে Tkinter
। তবে আমার কাছে Tkinter
এবং একই জিনিসটি আইপথন (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)
?