Re: [Pythonmac-SIG] Which version to install?

2010-08-31 Thread Monte Milanuk
Ronald Oussoren mac.com> writes: > > So... does the Apple-supplied Python 2.6.1 with Apple's Tk 8.5 have ttk squirreled away somewhere onboard? > > No, ttk is new in python 2.7 (http://docs.python.org/whatsnew/2.7.html#ttk- themed-widgets-for-tk) > Nuts ;) Thanks, Monte __

[Pythonmac-SIG] python 2.6.6 installer

2010-08-31 Thread Ronald Oussoren
Hi, The MacOSX installer for python 2.6.6 can now be downloaded at . 2.6.6 has been out for a week, but sadly enough I had completely missed the release-manager's message about this on the python-committers list. Thanks to Ned for warning me abo

Re: [Pythonmac-SIG] Which version to install?

2010-08-31 Thread Ronald Oussoren
On 31 Aug, 2010, at 14:06, Monte Milanuk wrote: > On 8/31/10 2:15 AM, Ned Deily wrote: >> >> You're using the Apple-supplied Python 2.6.1 in OS X 10.6. That Python >> uses Apple's Tk 8.5. >> > > > So... does the Apple-supplied Python 2.6.1 with Apple's Tk 8.5 have ttk > squirreled away some

Re: [Pythonmac-SIG] Which version to install?

2010-08-31 Thread Monte Milanuk
On 8/31/10 2:15 AM, Ned Deily wrote: You're using the Apple-supplied Python 2.6.1 in OS X 10.6. That Python uses Apple's Tk 8.5. So... does the Apple-supplied Python 2.6.1 with Apple's Tk 8.5 have ttk squirreled away somewhere onboard? ___ Pyth

Re: [Pythonmac-SIG] Which version to install?

2010-08-31 Thread Ned Deily
In article , engelbert gruber wrote: > on my mac it says wish8.5 if i start it from cmdline > > and /usr/bin/python Tkinter.TkVersion is 8.5 > > or am i missing something ? You're using the Apple-supplied Python 2.6.1 in OS X 10.6. That Python uses Apple's Tk 8.5. -- Ned Deily, n...@ac

Re: [Pythonmac-SIG] Which version to install?

2010-08-31 Thread Ronald Oussoren
On 31 Aug, 2010, at 11:06, engelbert gruber wrote: > on my mac it says wish8.5 if i start it from cmdline > > and /usr/bin/python Tkinter.TkVersion is 8.5 > > or am i missing something ? You're probably running OSX 10.6, which includes tk 8.5 and tk 8.4. OSX 10.5 and earlier only ship with

Re: [Pythonmac-SIG] Which version to install?

2010-08-31 Thread engelbert gruber
on my mac it says wish8.5 if i start it from cmdline and /usr/bin/python Tkinter.TkVersion is 8.5 or am i missing something ? On Tue, Aug 31, 2010 at 10:50 AM, Ronald Oussoren wrote: > > On 30 Aug, 2010, at 20:54, Russell E. Owen wrote: > >> >> However, the python.org binaries all use Tcl/Tk 8.

Re: [Pythonmac-SIG] Which version to install?

2010-08-31 Thread Ronald Oussoren
On 30 Aug, 2010, at 20:54, Russell E. Owen wrote: > > However, the python.org binaries all use Tcl/Tk 8.4 (presumably because > that is the version Apple ships with MacOS X), which does not support > tile/ttk. Your assumption is correct: the python.org binaries are linked with Tk 8.4 because