[Python-3000] Add a standard GUI system
Terry Reedy
tjreedy at udel.edu
Fri Apr 28 21:12:59 CEST 2006
"Bill Janssen" <janssen at parc.com> wrote in message
news:06Apr28.101121pdt."58641"@synergy1.parc.xerox.com...
>> PyGUI doesn't have nearly the market
>> penetration (into the Python GUI toolkit area) to justify its inclusion
>> into the python standard library.
>
> Doesn't matter. Putting it into the stdlib will solve the penetration
> problem.
>> [wxPython]'s market penetration (into the Python GUI toolkit area)
>> is growing steadily
>
> Pointless consideration.
Not.
>Tkinter has a great penetration, but it's a bad solution.
To me, your logic is backwards. wxWidgets/wxPython are popular and have
perhaps the highest usage (not counting IDLE) by voluntary choice.
Tkinter's apparent penetration is pretty clearly boosted by being in the
standard lib. Non-analogy. So you want to artificially boost the
penetration of your minority favorite by putting it in the standard lib.
To me, that is a bad solution.
The generic solution is better package fetching, such as apparently done (I
have not used them yet) by setuptools and easy_install. The installing an
app needing wxPython should fetch and install that also and installing an
app needing PyGUI would do the same for PyGUI.
Terry Jan Reedy
More information about the Python-3000
mailing list