On 15/11/05, Nathan Pinno <[EMAIL PROTECTED]> wrote:
> John,
>
> I learned it from the docs on pythonware.com - the introduction to TKInter -
> Standard Dialogs.
> Since it doesn't exist, how can I show a info box before the main part of my
> program?

Ok, let's see what the pythonware docs say:

http://www.pythonware.com/library/tkinter/introduction/standard-dialogs.htm

"""
Message Boxes

The tkMessageBox module provides an interface to the message dialogs.
"""

This says that tkMessageBox is a module.  How do you normally use modules?

--
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to