console show in Python?

Greg Ewing greg.ewing at compaq.com
Tue Jul 13 19:50:45 EDT 1999


Scott Shillcock wrote:
> 
> Is there something similar to the Tcl/Tk 'console show' command in
> Python.

Use IDLE - it has a console window that does
what you want.

Note that you don't need to call mainloop()
at all when you're using IDLE, because IDLE
itself is implemented using Tkinter and is
therefore running a mainloop() all the time.

Greg




More information about the Python-list mailing list