Konrad, I use wxPython with wxGlade.<br><br>I love wxGlade!<br>wxGlade <a href="http://wxglade.sourceforge.net/">http://wxglade.sourceforge.net/</a><br><br>You need to look at this documentation to code event handling.<br>
wxWidgets <a href="http://www.wxwidgets.org/manuals/stable/wx_classesbycat.html">http://www.wxwidgets.org/manuals/stable/wx_classesbycat.html</a><br>

<br>You can also try coding the GUI manually, but it is much easier to use wxGlade.<br>wxPython <a href="http://wiki.wxpython.org/AnotherTutorial">http://wiki.wxpython.org/AnotherTutorial</a><br><br>Roy<br><br><br><div class="gmail_quote">
On Sat, Mar 1, 2008 at 5:05 PM, Tim Chase <<a href="mailto:python.list@tim.thechases.com">python.list@tim.thechases.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">> I'm certain there is an API for creating<br>
> GUI's but as far i can find it in the<br>
> <a href="http://docs.python.org/tut/tut.html" target="_blank">http://docs.python.org/tut/tut.html</a><br>
> the only "gui" is in "Guido".<br>
><br>
> What do i miss?<br>
<br>
<br>
</div>The batteries-included GUI:<br>
<br>
   import tkininter<br>
<br>
Add-on solutions include wxPython, PythonCard and many others.  GIYF:<br>
<br>
   <a href="http://google.com/search?q=python+gui" target="_blank">http://google.com/search?q=python+gui</a><br>
<br>
-tkc<br>
</blockquote></div><br>