On Sun, 17 Feb 2008 11:35:35 -0800, MartinRinehart wrote: > Tkinter gets no respect. But IDLE's a Tkinter-based app and every > example I've Googled up shows Tkinter as needing about half as much code > as wx to do the same job. I'm beginning to Tkinter up my language > application. Am I making a big mistake?
I like Tkinter quite a bit. I think it's relatively intuitive, and I like the Canvas and Text widgets a lot. You might check out _Thinking in Tkinter_ at http://www.ferg.org/ thinking_in_tkinter/index.html . -- code.py: a blog about Python. http://pythonista.wordpress.com ** Posted from http://www.teranews.com ** -- http://mail.python.org/mailman/listinfo/python-list