Where's GUI for Python?

Roy H. Han rhh2109 at columbia.edu
Sun Mar 2 22:29:07 EST 2008


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 <konrad at viltersten.com>
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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080302/827f0cd3/attachment-0001.html>


More information about the Python-list mailing list