Tkinter support for tk 8.4
Martin v. Löwis
loewis at informatik.hu-berlin.de
Mon Oct 14 11:48:43 EDT 2002
More information about the Python-list mailing list
Mon Oct 14 11:48:43 EDT 2002
- Previous message (by thread): Tkinter support for tk 8.4
- Next message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (Oct 14)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Martin Franklin <mfranklin1 at gatwick.westerngeco.slb.com> writes: > This patch and another have been accepted into the cvs version of python > the second patch is a couple of new functions in the tkFIleDialog module > that allows you to select multiple files (provided you have tk 8.4) I'd like to stress that people are encouraged to try this out. You (probably) don't have to run the CVS version of Python - using Python 2.2 should be fine (of course, you will have to recompile _tkinter to use tk 8.4 in case you've been using a precompiled Python installation). You also don't have to check out the entire CVS tree: SF allows to download individual files, such as Tkinter.py, or tkFileDialog.py. If you find any problems with the new features, please don't hesitate to report them, at sf.net/projects/python. It would be good to find problems before Python 2.3 is released (which is still several months in the future, of course). I'd like to thank Martin Franklin for contributing these patches, and hope he'll look into bug reports as well (if any bugs are found :-). Regards, Martin
- Previous message (by thread): Tkinter support for tk 8.4
- Next message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (Oct 14)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list