ANN: ActivePython 2.7.1.3 is now available
Terry Reedy
tjreedy at udel.edu
Mon Dec 13 19:21:50 EST 2010
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
More information about the Python-list
mailing list