Tkinter vs. wxPython (was: Which GUI?)

Brian E Gallew geek+ at cmu.edu
Wed Mar 1 09:07:23 EST 2000


Then <guido at cnri.reston.va.us> writes: spoke up and said:
> For fun with buggy user code in Tkinter, try:
> 
> import Tkinter
> b=Tkinter.Button()
> b.pack()
> l=Tkinter.Label()
> l.grid()

Uh, wrong.  Go read the Tcl/Tk documents on the Scriptics site.  There
you will learn that mixing geometry managers within the same container
is DOOMED.  This is the first step towards enlightenment.

-- 
=====================================================================
| JAVA must have been developed in the wilds of West Virginia.      |
| After all, why else would it support only single inheritance??    |
=====================================================================
| Finger geek at cmu.edu for my public key.                            |
=====================================================================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 266 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20000301/5525e6b2/attachment.sig>


More information about the Python-list mailing list