[Tutor] wxPython / Tkinter Grid

Alan Gauld alan.gauld at freenet.co.uk
Fri Apr 1 10:11:20 CEST 2005


> I know a wxPython grid is totally different to a Tkinter grid, but
is
> there a Tkinter equivalent of a wxPython grid? I'm finding wxPython
to
> be fiddly and restrictive...

Then Tkinter will be more so. Tk is a fairly basic toolkit, fine for
wrapping a command line app in a glossy front end but not for
sophisticated GUI work.

There is no grid component in Tk out of the box, but some add on
toolkits
supply one. Try searching on the Vaults of Parnassus or on the
ActiveState site if you are determined to try Tkinter...

Alan G.



More information about the Tutor mailing list