On 12/13/2010 4:23 PM, Sridhar Ratnakumar wrote:

The PSF 3.1 Windows installer ships with tcl/tk 8.5 and ttk support.

Maybe that was changed in 3.1.3.

No, 3.1 (not sure of 3.0) has always used 8.5 on windows and included
tkinter.ttk module.


I did this for ActivePython 2.7,

import Tkinter
root = Tkinter.Tk()
root.tk.eval('info patchlevel')
'8.5.9'

8.5.2 here. Are there noticeable improvements?

--
Terry Jan Reedy

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to