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 <[EMAIL PROTECTED]>
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
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to