Terry Reedy <tjre...@udel.edu> writes: > On 3/2/2012 8:48 PM, John Salerno wrote: > > from tkinter import * > > from tkinter.ttk import * > > I suppose the 'advantage' of this is that it will replace tk widgets > with equivalent ttk widgets, if they exist and have the same name. I > believe one has to program them differently, however, so the > replacement cannot be transparent and one mush know anyway what gets > replaced and what not.
Yes, and one mush is exactly what one gets when clobbering the namespace with ‘from foo import *’ :-) -- \ “We are human only to the extent that our ideas remain humane.” | `\ —_Breakfast of Champions_, Kurt Vonnegut | _o__) | Ben Finney -- http://mail.python.org/mailman/listinfo/python-list