Tkinter MessageBox

Bill Walker bwalker at earth1.net
Sat Apr 14 08:59:01 EDT 2001


First off, the Tkinter docs that come with the python install is for the tcl
and not the python interface. Makes learning tk graphics almost impossible.
Anyway, I have manage to build a simple app using labels and buttons.
However, the docs say there is a tk_messageBox module, but it doesn't work
at all. And why the "tk_" in front of it? The label, button, canvas, etc.,
modules don't have that.

Why do the try to make it confusing for a beginner?





More information about the Python-list mailing list