1 Tommy Burnette <tnb2d@server.cs.virginia.edu> has created an
2 "official" version of Tkinter.py for Tk 4.0b3. I have placed it on
3 ftp.cwi.nl in ftp/python/src/tk4inter.shar. Note that this (probably)
4 isn't compatible with Tk 3.6, and explicitly tests for the Tk version
5 number (tkintermodule.c *is* compatible with both versions of Tk).
6 The shar file also contains a slightly modified version of Dialog.py.
8 Here are Tommy's notes:
10 > Here is an implementation of Tkinter.py that works with
11 > tk4.0b3. I've used it on sunos4, solaris and Irix5.2 for a few weeks
12 > and it all seems to work okay. It is an almalgam of patches put in by
13 > Steven Reiz <sreiz@aie.nl>, Guido vanRossum <guido@cnri.reston.va.us>
14 > and myself. I can say now that probably not all of the widgets have
15 > been updated, and the ones that have been updated have not been
16 > completely updated (i.e. some new commands on Text widgets and such
17 > are not in yet). So please post patches as you make them and if you
18 > have an "insurmountable" problems post those too and I'll see if I can
19 > help. I've also included versions of tributton.c and studbutton.c
20 > that I've updated for Tk4.0b3 (in case you use those- I know I LOVE
21 > tributtons!). Enjoy!
23 I placed the *Button.c files in a separate shar file in
24 ftp/python/contrib/tk4buttons.shar.
26 --Guido van Rossum, CWI, Amsterdam <mailto:guido@CNRI.Reston.VA.US>
27 <http://www.python.org/~guido/>