ฉันใช้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)
อะไรจาก