UI toolkits for Python

Robert Hicks sigzero at gmail.com
Sun Oct 16 21:54:08 EDT 2005


Grant Edwards wrote:
<snip>
> Aside from the look & feel issue with Tk, the other objection
> sometimes heard is that Tk is integrated into Python by
> including Tcl as well (as opposed to doing an actual Tk binding
> the way some other languages have done).  It's an eminently
> practical approach, but it sure makes you feel dirty.
>

Dirty or not, it allows Python to utilitze any new features of Tk much
faster than an actual Tk binding would. That is Perl/Tk's problem...it
is slow to adopt new Tk features.

Robert




More information about the Python-list mailing list