On Jul 14, 8:49 am, James Stroud <[EMAIL PROTECTED]> wrote:
>
> Any gui more complicated than a few entry fields and some checkbuttons
> is going to lend itself to OOP--so if you want to do GUI, learn OOP.

Yep, there is nothing to be added to that. Except maybe that if you
don't care
too much about the look&feel you may consider starting with Tkinter.
Pros:

1. it is part of the standard library, and you already have it;
2. it is possibly the easiest/simplest GUI out there;
3. it runs pretty much everywhere with minimal fuss.

   Michele Simionato

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to