質問するログイン新規登録

質問編集履歴

1

環境の追加

2019/03/01 03:45

投稿

kemomimi_sabal
kemomimi_sabal

スコア12

title CHANGED
File without changes
body CHANGED
@@ -1,3 +1,11 @@
1
+ 以下のコードで
2
+ _tkinter.TclError: bad screen distance "C7"
3
+ というエラーが出ます。
4
+
5
+ 調べても解決策が見つからなかったのでこちらで質問させていただきました。
6
+
7
+ 環境はWindows10 64bit, Python3.6です
8
+
1
9
  ```Python
2
10
  for i in range(0, 7):
3
11
  scene.create_rectangle(0, 0.0 + (240 * i), 0 + 120, 0.0 + (240 * i) + 30, fill="#ffffff")