Tkinter vs. wxPython (was: Which GUI?)

Fredrik Lundh effbot at telia.com
Wed Mar 1 13:13:40 EST 2000


Rob W. W. Hooft <rob at hooft.net> wrote:
> For fun with buggy user code in Tkinter, try:
>
> import Tkinter
> b=Tkinter.Button()
> b.pack()
> l=Tkinter.Label()
> l.grid()

not to mention this highly annoying
Python bug:

    while 1:
        pass

;-)

</F>





More information about the Python-list mailing list