前提・実現したいこと
12歳から始めるゼロからのpythonゲームプログラミングという本のダンジョンアンドパイソンのところのコードを写したらこのようなエラーが出てきました原因は何でしょうか?
発生している問題・エラーメッセージ
File "/home/pi/python vs code/chap6.py", line 5, in <module> root.title("danjon") File "/usr/lib/python3.7/tkinter/__init__.py", line 1985, in wm_title return self.tk.call('wm', 'title', self._w, string) AttributeError: 'str' object has no attribute 'tk'
該当のソースコード
import tkinter root = tkinter.Tk root.title("danjon") root.minsize(840, 454) root.option_add("*font", ["メイリオ", 14]) canvas =tkinter.Canvas(width=620, height=434) canvas.place(x=10, y=10) canvas.create_rectangle(0, 0, 620, 434, fill="gray") root.mainloop
補足情報(FW/ツールのバージョンなど)
rasspberry pi 4 vs Code python
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。