วางฟังก์ชั่นเวทย์มนตร์บน ipython3


15

ฉันใช้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.

คุณได้import Tkinter; print(Tkinter)อะไรจาก
minrk

/usr/lib/python2.7/lib-tk/Tkinter.pycใน 2.7 ข้อผิดพลาดในการนำเข้า ipython3
Wim

คำตอบ:


28

minrk คอมเม้นท์ทำให้ฉันไปในเส้นทางที่ถูกต้องและฉันแก้ไขด้วยแพ็คเกจต่อไปนี้

sudo apt-get install python3-tk


12
+1 เหมือนกันกับ python2.7 fot: sudo apt-get install python-tk
chespinoza

%pastepython3-tkปริมาณไม่ทำงานแม้หลังจากการติดตั้ง %cpastedose
7kemZmani

4

เพื่อให้ชัดเจนยิ่งขึ้น: คำตอบของwimยังใช้งานได้กับ python2.7 เพื่อให้ครอบคลุมทุกรุ่นเพียงเรียกใช้:

sudo apt-get install python-tk

ดังที่ถูกกล่าวถึงโดยcespinoza

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.