質問編集履歴

1

エラーメッセージの追加

2017/12/14 05:26

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -10,4 +10,20 @@
10
10
 
11
11
  label = tk.Label(base, textvaribale=string).pack()
12
12
 
13
- と打ったんですが、エラーがでます。解決方法を教えてください。
13
+ と打ったんですが、以下のようなエラーがでます。解決方法を教えてください。
14
+
15
+ Traceback (most recent call last):
16
+
17
+ File "my_work_gui4.py", line 4, in <module>
18
+
19
+ entry = tk.Entry(base, textvaribale=string).pack()
20
+
21
+ File "C:\Users\kazuaki yamada\Anaconda3\lib\tkinter\__init__.py", line 2670, in __init__
22
+
23
+ Widget.__init__(self, master, 'entry', cnf, kw)
24
+
25
+ File "C:\Users\kazuaki yamada\Anaconda3\lib\tkinter\__init__.py", line 2293, in __init__
26
+
27
+ (widgetName, self._w) + extra + self._options(cnf))
28
+
29
+ _tkinter.TclError: unknown option "-textvaribale"