[Python-ideas] A GUI for beginners and experts alike

Chris Barker - NOAA Federal chris.barker at noaa.gov
Fri Aug 24 20:07:11 EDT 2018


while True:
   button, (a,b) = form.Read()
   try:
       answer = int(a) + int(b)
       output.Update(answer)
   except:
       pass


Whoa! You really want people to write their own event loop? That seems like
a bad idea to me.

If you want people to not have to think about events much, maybe look at
traitsui for ideas.

http://docs.enthought.com/traitsui/

-CHB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180824/338be213/attachment.html>


More information about the Python-ideas mailing list