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 terry.reedy
Recipients ParvizKarimli, terry.reedy
Date 2016-12-03.01:35:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480728930.96.0.52115103066.issue28829@psf.upfronthosting.co.za>
In-reply-to
Content
You code is buggy and will not run in Python because it does import messagebox.  Add

from tkinter import messagebox

If you only tested with IDLE before freezing, you might have missed the bug in your program because of a bug in IDLE, now fixed in 2.7 and 3.5+.
History
Date User Action Args
2016-12-03 01:35:31terry.reedysetrecipients: + terry.reedy, ParvizKarimli
2016-12-03 01:35:30terry.reedysetmessageid: <1480728930.96.0.52115103066.issue28829@psf.upfronthosting.co.za>
2016-12-03 01:35:30terry.reedylinkissue28829 messages
2016-12-03 01:35:30terry.reedycreate