On Feb 17, 9:33 pm, "W. Watson" <[EMAIL PROTECTED]> wrote: > I don't have Grayson's Tkinter book, but I see he uses something called Pmw. > Why is it needed with Tkinter? > -- > Wayne Watson (Nevada City, CA) > > Web Page: <speckledwithStars.net>
It's not needed. It's just an extra set of widgets that are not included in the standard set. As I recall, PMW = Python Mega-Widgets. Check out their site: http://pmw.sourceforge.net/ You'll probably also come across Tix, another subset of widgets, which I think is now included with Python be default from 2.4 on up. It should be noted that PMW is not included with the standard Python distro though. Mike -- http://mail.python.org/mailman/listinfo/python-list