[問題] importerror tkinter

看板Python作者 (12月)時間9年前 (2016/10/09 03:06), 編輯推噓1(103)
留言4則, 2人參與, 最新討論串1/1
這是我在讀'python程式設計入門指南'時所遇到的問題,當我讀到如何用Tkinter寫出 GUI時,需要import tkinter,但我得到Importerror http://imgur.com/a/xpzKG 我是在Chromebook上進行學習的,我的python是依照 https://www.youtube.com/watch?v=X7Y8b2S3nEA
這個影片的教學所安裝 另外我嘗試過輸入 import Tkinter 和 import tkinter (我是用python3) 如果還需要更多的資訊請告訴我 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.118.232.193 ※ 文章網址: https://www.ptt.cc/bbs/Python/M.1475953578.A.C44.html

10/09 08:32, , 1F
你是ChromeOS 還是Ubuntu?
10/09 08:32, 1F

10/09 11:22, , 2F
我是用chrome os (我照著影片的教學在chrome os上安
10/09 11:22, 2F

10/09 11:22, , 3F
裝的)
10/09 11:22, 3F

10/09 12:31, , 4F
chromeos沒有x11,tk需要x11,所以不能跑
10/09 12:31, 4F
文章代碼(AID): #1N-KEgn4 (Python)
文章代碼(AID): #1N-KEgn4 (Python)