@Snuffy
Quote:
Snuffy wrote:
A Python GUI is seriously missing in our humble OS!
Unfortunately, most Python stuff uses Tcl/Tk since it is included by default. I have never liked either, but even if you take that away Tk isn't an easy port since it relies on X, and not really worth the hassle since it is rarely used in relevant programs.
With Tk out of the picture, the only thing that can be done is writing our own GUI library. I've done something like that in the Installation Utility, although it is limited. But it won't help with any ported programs.