WxPython versus Tkinter.

Octavian Rasnita orasnita at gmail.com
Fri Jan 28 03:33:55 EST 2011


From: "Terry Reedy" <tjreedy at udel.edu>
> For example: pygui pretty much uses native widgets on Windows and OX and
> gtk (I believe) on *nix. How is the accessibility of those widget sets *as
> accessed through pygui*? Is it different from the 'native' accessibility
> of each of those set?


Thank you for telling about this GUI lib!
I have tested the sample apps it offers and the standard dialogs are very
accessible. I hope it is the same in case of the other common controls like
list boxes, list views, check boxes, radio buttons, combo boxes, tree
views...

How complete is this GUI lib compared with others that can be used in Python
apps?
I am asking this, because I read:

"Get the library and its documentation included in the core Python
distribution, so that truly cross-platform GUI applications may be written
that will run on any Python installation, anywhere."

And this would be great!

Octavian





More information about the Python-list mailing list