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 ParvizKarimli
Recipients ParvizKarimli, terry.reedy
Date 2016-12-03.07:18:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP0QrKJZig0wi7nc29SAj+53BQv65aKb0bqTt3=8fWPhhbfHrg@mail.gmail.com>
In-reply-to <1480728930.96.0.52115103066.issue28829@psf.upfronthosting.co.za>
Content
Thanks, mr. Reedy for your response! I have already solved the issue.
Actually I had encountered this before and figured out the problem, but
unfortunately forgot when I encountered it again. I should have deleted
this issue from Python Bug community, but I thought it was not online since
I needed to complete some kind of form before it published on the site...
My bad!

On Sat, Dec 3, 2016 at 5:35 AM, Terry J. Reedy <report@bugs.python.org>
wrote:

>
> Terry J. Reedy added the comment:
>
> 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+.
>
> ----------
> nosy: +terry.reedy
> resolution:  -> not a bug
> stage:  -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue28829>
> _______________________________________
>
History
Date User Action Args
2016-12-03 07:19:00ParvizKarimlisetrecipients: + ParvizKarimli, terry.reedy
2016-12-03 07:19:00ParvizKarimlilinkissue28829 messages
2016-12-03 07:18:59ParvizKarimlicreate