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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to