[Tutor] Do I have to initialize TKInter before I can use it?

John Fouhy john at fouhy.net
Tue Nov 15 04:53:14 CET 2005


On 15/11/05, Nathan Pinno <falcon3166 at hotmail.com> 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.


More information about the Tutor mailing list