On Dec 20, 9:20 am, Eric Brunel <eric.bru...@pragmadev.nospam.com> wrote:
> Where did you find an example code looking like this? This looks like > veeeeeery old conventions for Tkinter programsŠ >[...] > And you should avoid creating only an instance of Frame. This actually > creates a window, but it's a side-effect. Two major problems with Tkinter exposed here. 1. The tutorials are VERY old and need to be updated. There needs to be one, and preferably only one site for Tkinter tutorials. One that is through and complete! 2. Tkinter is designed to "auto-magically" create a root window if the user does not do so explicitly. This is a major flaw in the design of Tkinter and needs to be removed yesterday! -- http://mail.python.org/mailman/listinfo/python-list