Where's GUI for Python?

Roy H. Han rhh2109 at columbia.edu
Sat Mar 1 17:29:13 EST 2008


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

Roy


On Sat, Mar 1, 2008 at 5:05 PM, Tim Chase <python.list at tim.thechases.com>
wrote:

> > I'm certain there is an API for creating
> > GUI's but as far i can find it in the
> > http://docs.python.org/tut/tut.html
> > the only "gui" is in "Guido".
> >
> > What do i miss?
>
>
> The batteries-included GUI:
>
>   import tkininter
>
> Add-on solutions include wxPython, PythonCard and many others.  GIYF:
>
>   http://google.com/search?q=python+gui
>
> -tkc
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080301/fa8248f2/attachment.html>


More information about the Python-list mailing list