-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checkbutton silently quits application (no exception log) #568
Comments
Solutions i tried:
|
It also appears it's the actual Checkbutton that's causing the crash, commenting out |
I have the same issue. Under linux with python v3.10 it works, but on windows with python v3.12 it crashes. So either the version or the operating system is causing the issue (Maybe also the combination). |
It seems like either a Python update or a ttkbootstrap update fixed this. Creating a checkbutton, launching ttkbootstrap and ttkcreator all work now. |
I'm still having this issue on Windows 11 with Python 3.12.4 (the latest) and ttkbootstrap 1.10.1 (also latest) |
Same thing here on Windows 10 with Python 3.12.4 and ttkbootstrap 1.10.1. |
Desktop (please complete the following information):
Ttkbootstrap version 1.10.1
OS: Windows 10
Describe the bug
Creating a Checkbutton and
pack
ing it causes a no-exception crash (I suppose something somewhere is callingquit()
orsys.exit()
for some reason). This is really annoying because checkbuttons are a very useful widget.To Reproduce
.pack
on itExpected behavior
The Checkbutton should function as intended (i. e. not crash)
Screenshots
Additional context
It seemed to work fine before I
pip install
ed an update, but I don't remember what the old version was so I can't revert itThe text was updated successfully, but these errors were encountered: