ANN: ActivePython 2.7.1.3 is now available

Sridhar Ratnakumar sridharr at activestate.com
Mon Dec 13 16:23:59 EST 2010


On 2010-12-13, at 11:50 AM, Terry Reedy wrote:

> On 12/13/2010 1:48 PM, Sridhar Ratnakumar wrote:
> 
>> We generally build with the latest compatible version of extensions
>> (except for Tcl/Tk on 2.5/2.6/3.1 as python.org still uses 8.4) ...
> 
> The PSF 3.1 Windows installer ships with tcl/tk 8.5 and ttk support.
> You ought to too.

ActivePython (APy) 2.5+/3.1+ already use Tcl/Tk 8.5 ... I was referring to the PSF installers (hence the mismatch in versions between APy and PSF). Maybe that was changed in 3.1.3.

>> but that should not be an issue with 2.7 as I believe that the
>> python.org MSI installer is now using Tcl/Tk 8.5 (albeit with an
>> older patch-level version?) to support the new `ttk` module in 2.7+.
> 
> For 3.1.3 and 3.2, the tcl/tk85.libs are dated 8/28/2010. Don't know what that means though.

I did this for ActivePython 2.7,

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

-srid


More information about the Python-list mailing list