Hi Konrad, I remember taking a long time in deciding which GUI framework to use last year and I picked wxGlade/wxPython because it seemed mature, easy to use and easy to understand.
In the beginning I wasted a lot of time coding the GUI manually but wxGlade lets me use the mouse to arrange the components so that I can focus on writing the event handling code. I mostly don't touch the code that wxGlade auto-generates and I work my code around it. http://wxglade.sourceforge.net/demo/ Sorry I responded to your personal email by mistake. I pressed Reply All in gmail. I don't know who wrote wxGlade or wxPython but both have been real timesavers to me. Roy On Sun, Mar 2, 2008 at 3:50 AM, Konrad Viltersten <[EMAIL PROTECTED]> wrote: > > Konrad, I use wxPython with wxGlade. > > I love wxGlade! > > wxGlade http://wxglade.sourceforge.net/ > > You need to look at this documentation to > > code event handling. wxWidgets: > > http://www.wxwidgets.org/manuals/stable/wx_classesbycat.html > > > > You can also try coding the GUI manually, > > but it is much easier to use wxGlade. > > wxPython > > http://wiki.wxpython.org/AnotherTutorial > > May i ask what's the advantage in using > wxGlade instead of the buil-in Tkinter? > > Also - why did you replied to my private > email instead of to news? Is the choice of > GUI an infected matter among the Python > community, by any chance? > > -- > Regards > Konrad Viltersten >
-- http://mail.python.org/mailman/listinfo/python-list