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
__
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
On 8/28/10 12:12 PM, Ned Deily wrote:
In article
,
Melton Low wrote:
On Sat, Aug 28, 2010 at 11:25 AM, Monte Milanuk wrote:
Roger that ;) I see an older install of 2.3 floating around in there:
macbook:~ monte$ ls -al
/System/Library/Frameworks/Python.framework/Versions/
[...]
I
Hello all,
Now that I have things more or less back to the original for 10.6 on my
Macbook, I'd like to install a slightly more up-to-date version for
learning to develop with. Some of the things I'm interested in working
with include wxpython/dabo, tkinter (with the new ttk themed widgets),
On 8/28/10 12:31 AM, Ned Deily wrote:
The Apple-supplied Pythons in 10.6 are 2.6.1 and 2.5.4. They are
invoked with /usr/bin/python2.6 (also /usr/bin/python) and
/usr/bin/python2.5. The Python Frameworks are in /System/Library.
Don't try to remove any of this!
Roger that ;) I see an older i
Hello all,
I have an older Intel Macbook (circa early 2007) that I have upgraded
the hardware and software a bit on over the last few months. Currently
it is running Snow Leopard 10.6.4, with an install of Python 2.6.5.
Over the course of time, between various upgrades, removing this,
reins
On 5/15/10 7:24 PM, Chris Rebert wrote:
$ locate idlelib | grep def | grep extensions
Worked for me.
Results:
/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/idlelib/config-extensions.def
(and the obvious 2.5 and 2.3 variants)
/sw/lib/python2.6/idlelib//config-extensions.
Hello all,
I'm trying to setup an extension to idle (vidle) and the instructions
talk about a file 'config-extensions.def'. The author works primarily
on a PC and I'm obviously working on a Mac (Python 2.6.5, if it
matters). I've tried searching the entire hard drive for this file, but
only