> 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