[issue28829] Tkinter messagebox cx_freeze Python 3.4

Terry J. Reedy report at bugs.python.org
Fri Dec 2 20:35:30 EST 2016


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 at bugs.python.org>
<http://bugs.python.org/issue28829>
_______________________________________


More information about the Python-bugs-list mailing list