> 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. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor