Noob in Python. Problem with fairly simple test case

Chris Angelico rosuav at gmail.com
Wed Jul 15 23:44:56 EDT 2015


On Thu, Jul 16, 2015 at 1:33 PM, Rick Johnson
<rantingrickjohnson at gmail.com> wrote:
> 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

A GUI is another form of console. Not all programs are run in a
situation where this makes sense. Also, please don't post Py2-only
code when the OP clearly stated that 3.4.3 was being used...

ChrisA



More information about the Python-list mailing list