[Tutor] help

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Thu, 22 Feb 2001 17:11:30 -0800 (PST)


On Thu, 15 Feb 2001, Carol Ali wrote:

> Hi,How do I tie up TclTk with Python?.Carol.

The "Tkinter" module in Python takes care of the details; you may want to
look at the Tkinter topic guide, which has quite a few tutorials about
this:

    http://python.org/topics/tkinter/

Also, I've heard that "Python and Tkinter Programming" is one of the
definitive books on this subject; if you're going to do serious Tk/Tcl
stuff, you may want to invest in this book.

Good luck to you!