Hi Nathan,

The interactive interpreter is your friend. I just displayed a simple 
dialog without creating a  Tkinter App, complete with a mailoop or 
anything.

But I won't tell you how... you need to import the module and then use 
one of its functions. But you need to try it yourself (be aware that 
this module only gives you basic dialogs, like a text message ona 
little window with an 'Accept' button...)

Remember that you can use the dir() function and the help() function on 
the interactive interpreter.

Hugo

Nathan Pinno 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?
> 
\
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to