Tkinter book on current versions

Mike Driscoll kyosohma at gmail.com
Sun Mar 22 10:35:09 EDT 2009


Hi,

On Fri, Mar 20, 2009 at 10:14 PM, Paul Watson
<paul.hermeneutic at gmail.com> wrote:
> Has anyone tried the Grayson book, "Python and Tkinter Programming,"
> with a recent version of Python?
>
> The first example code (calculator) generates a single row of buttons.
> Perhaps I have not applied the errata correctly.  Has anyone been
> successful?
>
> I am using:
>
> Python 2.5.2 (r252:60911, Dec  1 2008, 17:47:46)
>
> --

I used that book a couple of years ago. I don't recall having any
major issues with it, but I ended up going with wxPython since I
needed some specialized widgets that I couldn't find in Tkinter at the
time.

Mike



More information about the Python-list mailing list