Re: Identifying tkinter version [ANSWERED]

2020-04-02 Thread Rich Shepard
On Thu, 2 Apr 2020, Terry Reedy wrote: Or run IDLE, select Help > About IDLE and the patchlevel is displayed. Terry, Interesting. I use emacs but I'll keep this in mind. Regards, Rich -- https://mail.python.org/mailman/listinfo/python-list

Re: Identifying tkinter version [ANSWERED]

2020-04-01 Thread Terry Reedy
On 4/1/2020 2:47 PM, Christian Gollwitzer wrote: Am 01.04.20 um 19:22 schrieb Rich Shepard: On Wed, 1 Apr 2020, Tony van der Hoff wrote: How do I determine the installed version? import tkinter tkinter.TkVersion 8.6 Thanks, Tony. I was close, but still too far away. This only shows you t

Re: Identifying tkinter version [ANSWERED]

2020-04-01 Thread Christian Gollwitzer
Am 01.04.20 um 19:22 schrieb Rich Shepard: On Wed, 1 Apr 2020, Tony van der Hoff wrote: How do I determine the installed version? import tkinter tkinter.TkVersion 8.6 Thanks, Tony. I was close, but still too far away. This only shows you the major version. There have been many updates to

Re: Identifying tkinter version [ANSWERED]

2020-04-01 Thread Rich Shepard
On Wed, 1 Apr 2020, Tony van der Hoff wrote: How do I determine the installed version? import tkinter tkinter.TkVersion 8.6 Thanks, Tony. I was close, but still too far away. Stay healthy, Rich -- https://mail.python.org/mailman/listinfo/python-list