[Python-3000] What do do about IDLE?

Paul Moore p.f.moore at gmail.com
Sun May 7 21:30:27 CEST 2006


On 5/7/06, Greg Wilson <gvwilson at cs.utoronto.ca> wrote:
> > From: Greg Ewing <greg.ewing at canterbury.ac.nz>
> > There is another alternative -- move both Tk and IDLE out of the core
> > into separate downloads.
>
> +1.

If the implication here is that there is *no* GUI in the Python
standard library, I'd be cautious of this (-0, probably). Things like
the pydoc server use a little GUI window. The Twisted installer (IIRC)
uses a Gui window while running the postinstall script, etc.
Basically, if a generic Python script wants some form of GUI. Tk is
available.

I've no problem with replacing Tk with an alternative. But there
should be a GUI of some sort.

Paul.


More information about the Python-3000 mailing list