[issue5487] Parts of Tkinter missing (but not when running from IDLE)
Martin v. Löwis
report at bugs.python.org
Sat Mar 14 09:43:57 CET 2009
Martin v. Löwis <martin at v.loewis.de> added the comment:
Why do you think this is a bug? You need to import tkinter.messagebox
explicitly for your program to be correct. That you could do without
inside IDLE is only because IDLE had already imported that module.
Closing as "won't fix".
----------
nosy: +loewis
resolution: -> wont fix
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5487>
_______________________________________
More information about the Python-bugs-list
mailing list