Visual elements are best designed visually!!! -- http://mail.python.org/mailman/listinfo/python-list
Definitely look at PyQt. It was the GUI framework I chose when going
through the same process 3 weeks ago. I have to disagree with F.Geiger
(sorry, F.Geiger), I think a GUI builder is a necessity. It saves you a
lot of time. The alternative is to keep changing your code until your
GUI looks as you want. With a GUI builder you "draw" what you want and
have the tool generate the Python class for the GUI. It also sets up
event handlers for you too.
- Re: Tkinter vs wxPython Michael McGarry
- Re: Tkinter vs wxPython M.E.Farmer
- Re: Tkinter vs wxPython Alejandro Weinstein
- Re: Tkinter vs wxPython Steve Holden
- Re: Tkinter vs wxPython Jim Smith
- Re: Tkinter vs wxPython Thomas Bartkus
- Re: Tkinter vs wxPython Jp Calderone
- Re: Tkinter vs wxPython Bernd Schmidt
- Re: Tkinter vs wxPython Steve Holden
- Re: Tkinter vs wxPython Nick Coghlan