Noob in Python. Problem with fairly simple test case

Rick Johnson rantingrickjohnson at gmail.com
Wed Jul 15 23:33:19 EDT 2015


On Wednesday, July 15, 2015 at 10:11:43 PM UTC-5, Chris Angelico wrote:
> That's a neat trick, as long as you actually do have a console.

Well if you don't have a console, another option is to use the 
dialogs of the "batteries included GUI" named Tkinter. 

from tkMessageBox import showinfo # Syntax == Python < 3.0



More information about the Python-list mailing list