This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Tkinter CheckButton not working in EXE
Type: performance Stage: resolved
Components: Tkinter Versions: Python 3.6
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: elfantroussi, terry.reedy
Priority: normal Keywords:

Created on 2018-07-02 07:57 by elfantroussi, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
debug.py elfantroussi, 2018-07-02 07:57 The small code that illustrate my problem.
Messages (2)
msg320853 - (view) Author: elfantroussi (elfantroussi) Date: 2018-07-02 07:57
I work with Tkinter on spyder python3.6. In my program I use Tkinter CheckButtons with a command. When I execute my program in Spyder, It works well. But when I generate the EXE using cx Freeze, I'm not able to check the checkbuttons on my interface, like if they pass to Disable state. I write this code to illustrate my situation.
msg321197 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-07-07 01:34
The tracker only covers the PSF cpython distribution.  When you code ran in Spyder, our responsibily ended.  cx Freeze is a 3rd party package: contact their support.
History
Date User Action Args
2022-04-11 14:59:02adminsetgithub: 78198
2018-07-07 01:34:22terry.reedysetstatus: open -> closed

nosy: + terry.reedy
messages: + msg321197

resolution: third party
stage: resolved
2018-07-02 07:57:21elfantroussicreate