Guest User

Untitled

a guest
Aug 8th, 2023
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.79 KB | None | 0 0
  1. Exception in Tkinter callback
  2. Traceback (most recent call last):
  3. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 1948, in __call__
  4. return self.func(*args)
  5. ^^^^^^^^^^^^^^^^
  6. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 188, in _update_dimensions_event
  7. self._draw(no_color_updates=True) # faster drawing without color changes
  8. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\ctk_button.py", line 194, in _draw
  10. self._canvas.delete("background_parts")
  11. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 2879, in delete
  12. self.tk.call((self._w, 'delete') + args)
  13. _tkinter.TclError: invalid command name ".!ctkframe5.!ctkframe.!canvas.!scrollablelabelbuttonframe.!ctkbutton.!ctkcanvas"
  14. Exception in Tkinter callback
  15. Traceback (most recent call last):
  16. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 1948, in __call__
  17. return self.func(*args)
  18. ^^^^^^^^^^^^^^^^
  19. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 188, in _update_dimensions_event
  20. self._draw(no_color_updates=True) # faster drawing without color changes
  21. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  22. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\ctk_label.py", line 150, in _draw
  23. requires_recoloring = self._draw_engine.draw_rounded_rect_with_border(self._apply_widget_scaling(self._current_width),
  24. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  25. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 128, in draw_rounded_rect_with_border
  26. return self.__draw_rounded_rect_with_border_font_shapes(width, height, corner_radius, border_width, inner_corner_radius, ())
  27. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  28. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 248, in __draw_rounded_rect_with_border_font_shapes
  29. self._canvas.delete("border_parts")
  30. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 2879, in delete
  31. self.tk.call((self._w, 'delete') + args)
  32. _tkinter.TclError: invalid command name ".!ctkframe5.!ctkframe.!canvas.!scrollablelabelbuttonframe.!ctklabel2.!ctkcanvas"
  33. Exception in Tkinter callback
  34. Traceback (most recent call last):
  35. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 1948, in __call__
  36. return self.func(*args)
  37. ^^^^^^^^^^^^^^^^
  38. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 188, in _update_dimensions_event
  39. self._draw(no_color_updates=True) # faster drawing without color changes
  40. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  41. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\ctk_label.py", line 150, in _draw
  42. requires_recoloring = self._draw_engine.draw_rounded_rect_with_border(self._apply_widget_scaling(self._current_width),
  43. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  44. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 128, in draw_rounded_rect_with_border
  45. return self.__draw_rounded_rect_with_border_font_shapes(width, height, corner_radius, border_width, inner_corner_radius, ())
  46. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  47. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 248, in __draw_rounded_rect_with_border_font_shapes
  48. self._canvas.delete("border_parts")
  49. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 2879, in delete
  50. self.tk.call((self._w, 'delete') + args)
  51. _tkinter.TclError: invalid command name ".!ctkframe5.!ctkframe.!canvas.!scrollablelabelbuttonframe.!ctklabel3.!ctkcanvas"
  52. Exception in Tkinter callback
  53. Traceback (most recent call last):
  54. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 1948, in __call__
  55. return self.func(*args)
  56. ^^^^^^^^^^^^^^^^
  57. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 188, in _update_dimensions_event
  58. self._draw(no_color_updates=True) # faster drawing without color changes
  59. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  60. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\ctk_label.py", line 150, in _draw
  61. requires_recoloring = self._draw_engine.draw_rounded_rect_with_border(self._apply_widget_scaling(self._current_width),
  62. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  63. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 128, in draw_rounded_rect_with_border
  64. return self.__draw_rounded_rect_with_border_font_shapes(width, height, corner_radius, border_width, inner_corner_radius, ())
  65. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  66. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 248, in __draw_rounded_rect_with_border_font_shapes
  67. self._canvas.delete("border_parts")
  68. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 2879, in delete
  69. self.tk.call((self._w, 'delete') + args)
  70. _tkinter.TclError: invalid command name ".!ctkframe5.!ctkframe.!canvas.!scrollablelabelbuttonframe.!ctklabel4.!ctkcanvas"
  71. Exception in Tkinter callback
  72. Traceback (most recent call last):
  73. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 1948, in __call__
  74. return self.func(*args)
  75. ^^^^^^^^^^^^^^^^
  76. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 188, in _update_dimensions_event
  77. self._draw(no_color_updates=True) # faster drawing without color changes
  78. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  79. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\ctk_button.py", line 194, in _draw
  80. self._canvas.delete("background_parts")
  81. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 2879, in delete
  82. self.tk.call((self._w, 'delete') + args)
  83. _tkinter.TclError: invalid command name ".!ctkframe5.!ctkframe.!canvas.!scrollablelabelbuttonframe.!ctkbutton6.!ctkcanvas"
  84. Exception in Tkinter callback
  85. Traceback (most recent call last):
  86. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 1948, in __call__
  87. return self.func(*args)
  88. ^^^^^^^^^^^^^^^^
  89. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 188, in _update_dimensions_event
  90. self._draw(no_color_updates=True) # faster drawing without color changes
  91. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  92. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\ctk_label.py", line 150, in _draw
  93. requires_recoloring = self._draw_engine.draw_rounded_rect_with_border(self._apply_widget_scaling(self._current_width),
  94. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  95. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 128, in draw_rounded_rect_with_border
  96. return self.__draw_rounded_rect_with_border_font_shapes(width, height, corner_radius, border_width, inner_corner_radius, ())
  97. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  98. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 248, in __draw_rounded_rect_with_border_font_shapes
  99. self._canvas.delete("border_parts")
  100. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 2879, in delete
  101. self.tk.call((self._w, 'delete') + args)
  102. _tkinter.TclError: invalid command name ".!ctkframe5.!ctkframe.!canvas.!scrollablelabelbuttonframe.!ctklabel9.!ctkcanvas"
  103. Exception in Tkinter callback
  104. Traceback (most recent call last):
  105. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 1948, in __call__
  106. return self.func(*args)
  107. ^^^^^^^^^^^^^^^^
  108. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 188, in _update_dimensions_event
  109. self._draw(no_color_updates=True) # faster drawing without color changes
  110. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  111. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\ctk_button.py", line 194, in _draw
  112. self._canvas.delete("background_parts")
  113. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 2879, in delete
  114. self.tk.call((self._w, 'delete') + args)
  115. _tkinter.TclError: invalid command name ".!ctkframe5.!ctkframe.!canvas.!scrollablelabelbuttonframe.!ctkbutton11.!ctkcanvas"
  116. Exception in Tkinter callback
  117. Traceback (most recent call last):
  118. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 1948, in __call__
  119. return self.func(*args)
  120. ^^^^^^^^^^^^^^^^
  121. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 188, in _update_dimensions_event
  122. self._draw(no_color_updates=True) # faster drawing without color changes
  123. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  124. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\ctk_label.py", line 150, in _draw
  125. requires_recoloring = self._draw_engine.draw_rounded_rect_with_border(self._apply_widget_scaling(self._current_width),
  126. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  127. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 128, in draw_rounded_rect_with_border
  128. return self.__draw_rounded_rect_with_border_font_shapes(width, height, corner_radius, border_width, inner_corner_radius, ())
  129. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  130. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 248, in __draw_rounded_rect_with_border_font_shapes
  131. self._canvas.delete("border_parts")
  132. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 2879, in delete
  133. self.tk.call((self._w, 'delete') + args)
  134. _tkinter.TclError: invalid command name ".!ctkframe5.!ctkframe.!canvas.!scrollablelabelbuttonframe.!ctklabel12.!ctkcanvas"
  135. Exception in Tkinter callback
  136. Traceback (most recent call last):
  137. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 1948, in __call__
  138. return self.func(*args)
  139. ^^^^^^^^^^^^^^^^
  140. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 188, in _update_dimensions_event
  141. self._draw(no_color_updates=True) # faster drawing without color changes
  142. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  143. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\ctk_button.py", line 194, in _draw
  144. self._canvas.delete("background_parts")
  145. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 2879, in delete
  146. self.tk.call((self._w, 'delete') + args)
  147. _tkinter.TclError: invalid command name ".!ctkframe5.!ctkframe.!canvas.!scrollablelabelbuttonframe.!ctkbutton12.!ctkcanvas"
  148. Exception in Tkinter callback
  149. Traceback (most recent call last):
  150. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 1948, in __call__
  151. return self.func(*args)
  152. ^^^^^^^^^^^^^^^^
  153. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 188, in _update_dimensions_event
  154. self._draw(no_color_updates=True) # faster drawing without color changes
  155. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  156. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\ctk_label.py", line 150, in _draw
  157. requires_recoloring = self._draw_engine.draw_rounded_rect_with_border(self._apply_widget_scaling(self._current_width),
  158. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  159. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 128, in draw_rounded_rect_with_border
  160. return self.__draw_rounded_rect_with_border_font_shapes(width, height, corner_radius, border_width, inner_corner_radius, ())
  161. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  162. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 248, in __draw_rounded_rect_with_border_font_shapes
  163. self._canvas.delete("border_parts")
  164. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 2879, in delete
  165. self.tk.call((self._w, 'delete') + args)
  166. _tkinter.TclError: invalid command name ".!ctkframe5.!ctkframe.!canvas.!scrollablelabelbuttonframe.!ctklabel15.!ctkcanvas"
  167. Exception in Tkinter callback
  168. Traceback (most recent call last):
  169. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 1948, in __call__
  170. return self.func(*args)
  171. ^^^^^^^^^^^^^^^^
  172. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 188, in _update_dimensions_event
  173. self._draw(no_color_updates=True) # faster drawing without color changes
  174. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  175. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\ctk_button.py", line 194, in _draw
  176. self._canvas.delete("background_parts")
  177. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 2879, in delete
  178. self.tk.call((self._w, 'delete') + args)
  179. _tkinter.TclError: invalid command name ".!ctkframe5.!ctkframe.!canvas.!scrollablelabelbuttonframe.!ctkbutton16.!ctkcanvas"
  180. Exception in Tkinter callback
  181. Traceback (most recent call last):
  182. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 1948, in __call__
  183. return self.func(*args)
  184. ^^^^^^^^^^^^^^^^
  185. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 188, in _update_dimensions_event
  186. self._draw(no_color_updates=True) # faster drawing without color changes
  187. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  188. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\ctk_label.py", line 150, in _draw
  189. requires_recoloring = self._draw_engine.draw_rounded_rect_with_border(self._apply_widget_scaling(self._current_width),
  190. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  191. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 128, in draw_rounded_rect_with_border
  192. return self.__draw_rounded_rect_with_border_font_shapes(width, height, corner_radius, border_width, inner_corner_radius, ())
  193. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  194. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 248, in __draw_rounded_rect_with_border_font_shapes
  195. self._canvas.delete("border_parts")
  196. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 2879, in delete
  197. self.tk.call((self._w, 'delete') + args)
  198. _tkinter.TclError: invalid command name ".!ctkframe5.!ctkframe.!canvas.!scrollablelabelbuttonframe.!ctklabel17.!ctkcanvas"
  199. Exception in Tkinter callback
  200. Traceback (most recent call last):
  201. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 1948, in __call__
  202. return self.func(*args)
  203. ^^^^^^^^^^^^^^^^
  204. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_widget_classes\ctk_base_class.py", line 188, in _update_dimensions_event
  205. self._draw(no_color_updates=True) # faster drawing without color changes
  206. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  207. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\ctk_label.py", line 150, in _draw
  208. requires_recoloring = self._draw_engine.draw_rounded_rect_with_border(self._apply_widget_scaling(self._current_width),
  209. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  210. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 128, in draw_rounded_rect_with_border
  211. return self.__draw_rounded_rect_with_border_font_shapes(width, height, corner_radius, border_width, inner_corner_radius, ())
  212. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  213. File "C:\Users\j.werner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\customtkinter\windows\widgets\core_rendering\draw_engine.py", line 248, in __draw_rounded_rect_with_border_font_shapes
  214. self._canvas.delete("border_parts")
  215. File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1264.0_x64__qbz5n2kfra8p0\Lib\tkinter\__init__.py", line 2879, in delete
  216. self.tk.call((self._w, 'delete') + args)
  217. _tkinter.TclError: invalid command name ".!ctkframe5.!ctkframe.!canvas.!scrollablelabelbuttonframe.!ctklabel18.!ctkcanvas"
  218.  
Advertisement
Add Comment
Please, Sign In to add comment