New submission from elfantroussi <oussamaelfantrou...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue34017> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com