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.

Author elfantroussi
Recipients elfantroussi
Date 2018-07-02.07:57:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530518241.17.0.56676864532.issue34017@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-02 07:57:21elfantroussisetrecipients: + elfantroussi
2018-07-02 07:57:21elfantroussisetmessageid: <1530518241.17.0.56676864532.issue34017@psf.upfronthosting.co.za>
2018-07-02 07:57:20elfantroussilinkissue34017 messages
2018-07-02 07:57:20elfantroussicreate