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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to