Beginner's popups in vanilla Python program
Michele Simionato
mis6 at pitt.edu
Sun Aug 3 15:41:03 EDT 2003
Art <imadept at bigfoot.com> wrote in message news:<mailman.1059876124.23478.python-list at python.org>...
> NEWBIE ALERT!
> <snip>
Does this help?
>>> from tkMessageBox import askyesno
>>> help(askyesno)
Help on function askyesno in module __main__:
askyesno(title=None, message=None, **options)
Ask a question; return true if the answer is yes
This is standard Tkinter, no need to dowload anything and
plenty of available documentation. See for instance
http://www.pythonware.com/library/tkinter/introduction/index.htm
Michele
More information about the Python-list
mailing list