79225182

Date: 2024-11-26 03:01:53
Score: 0.5
Natty:
Report link

This happens because the ttkbootstrap Style singleton isn't reset when the window is destroyed, and tries to use the same window that was already destroyed.

You can fix this by setting ttkbootstrap.Style.instance = None before recreating the new window.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: T. McManus