WxPython versus Tkinter.

Neil Hodgson nhodgson at bigpond.net.au
Mon Jan 24 17:08:10 EST 2011


rantingrick:

> Not if we used the underlying MS library! Windows has such a rich
> library why not use it? Why must we constantly re-invent the wheel?

   It is up to the GUI toolkit or application to implement the
interfaces defined by Windows Automation API on every object it
displays. The standard Windows controls have this implemented. Tk does
not use these controls so would have to do all that work again.

   Neil



More information about the Python-list mailing list