WxPython versus Tkinter.
Kevin Walzer
kw at codebykevin.com
Sun Jan 23 20:16:52 EST 2011
On 1/23/11 8:12 PM, rantingrick wrote:
> The only way i can respond to this is to quite the requirements for my
> challenge...
>
> ---------------------------------------
> Challenge 1: (Simple Directory Viewer)
> ---------------------------------------
> Create a simple Directory Viewer GUI. You CANNOT use a treectrl!
>
>
> Any questions?
Why not?
I'd understand if this code made use of some Tk extension, as that's not
quite an apples-to-apples comparison. But the treectrl is part of the
core Tkinter widget set. There's no reason to exclude it unless you are
deliberately trying to handicap Tk in your comparison.
--Kevin
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
More information about the Python-list
mailing list