On 2010-06-08, Kevin Walzer <k...@codebykevin.com> wrote:

> Since Tk already provides a basic GUI toolset, and Python can interface 
> with it more directly than it can with other toolkits
>(PyGui -> PyGtk -> Gtk -> Xlib),

Compare that to this:

 TkInter -> Tcl -> Tk -> Xlib

> it's not clear to me what is gained by starting from scratch here.
> (Is it the presence of the Tcl interpreter? I know Tcl is not to
> everyone's taste, but it is an amazing language...)

It's not clear to me that Tk is any more "direct" than any of the
other options.

-- 
Grant Edwards               grant.b.edwards        Yow! Are we laid back yet?
                                  at               
                              gmail.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to