> > What are you building? I routinely do things like these by hand > > www.greschke.com/unlinked/images/changeo.jpg > www.greschke.com/unlinked/images/pocus.jpg > www.greschke.com/unlinked/images/pis.jpg > www.greschke.com/unlinked/images/petm.jpg > > and I can't imagine using a builder for anything 'simpler'. If you are just > starting out I'd go the long-hand route first until you really have a good > grasp of Tkinter, then go the easier route. Once you find your own "style" > it becomes easier to just do it rather than try to get some other program > to do it for you. > > I tried rapyd today, too. Started it, drug a button to the frame, but then > couldn't figure out how to set the text of the button. Deleted it. :) > > Bob
While it's possible to do things like this by hand I find it's royal pain when it comes time to make revisions or move things around. What I like about Rapyd-TK (warning warning, I wrote Rapyd-Tk, put bias detector on high) is that you can, after the fact, move widgets and frames around and all the gory code to generate them is automatically regenerated. As for the code to actually make the application go, well, if there is some automatic way to make that happen it hasn't dawned on me yet. Lots of hits on the Rapyd-Tk web site as a result of this thread :) -- http://mail.python.org/mailman/listinfo/python-list