[issue34017] Tkinter CheckButton not working in EXE

2018-07-06 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

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.

--
nosy: +terry.reedy
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34017] Tkinter CheckButton not working in EXE

2018-07-02 Thread elfantroussi


New submission from elfantroussi :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com