[issue34017] Tkinter CheckButton not working in EXE
elfantroussi
report at bugs.python.org
Mon Jul 2 03:57:21 EDT 2018
New submission from elfantroussi <oussamaelfantroussi at gmail.com>:
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.
----------
components: Tkinter
files: debug.py
messages: 320853
nosy: elfantroussi
priority: normal
severity: normal
status: open
title: Tkinter CheckButton not working in EXE
type: performance
versions: Python 3.6
Added file: https://bugs.python.org/file47664/debug.py
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34017>
_______________________________________
More information about the Python-bugs-list
mailing list