Hello. I'm beginning to explore Python 3 and tkinter (using Mac OSX 10.6).
Following the directions in (http://wiki.python.org/moin/TkInter) I verified
that
>>> import tkinter
>>> tkinter._test()
does indeed open a little window as expected. So there is SOME fashion of
tkinter and TCL/TK installed
On Wed, Aug 4, 2010 at 4:53 AM, Kevin Walzer wrote:
> You're correct that ttk didn't come built-in to Tk until 8.5--hence the
> need for the Tile package with 8.4. I believe the most recent Tile package
> is 0.8 or 0.8.2, at the site you referenced.
>
> As for a compiler, install Apple's develope
Kevin wrote,
> On 9/1/10 11:58 PM, Guido Carballo-Guerrero wrote:
>
>> Yes Kevin, I know Snow come with Tk/Tcl 8.5, but for some reason if one
>> install Python with the dmg installer from Python/Download installer,
>> for some reason ttk doesn't use Tcl/Tk 8.5, but 8.4 instead.
>>
>
> That's true
I apologize that this question is somewhat unique to the ActiveState free
products, not the generic Python. I asked the question at the ActiveState
support forum but it appears to be dead.
I installed ActiveState Python 3.1.4, and also ActiveState Tcl/Tk, both on
Mac OS X 10.6.
Python3 executing
well, this was interesting, I didn't know about arch. As you supposed,
running python3 produces a Python process that Activity Monitor says is
"Intel (64 bit)".
However, arch -i386 python3 produces exactly the same thing as I get using
arch -x86_64, namely, an Intel(64 bit) process (and loading th
On Fri, Nov 26, 2010 at 6:01 PM, Sridhar Ratnakumar
wrote:
> On 11/24/2010 1:38 PM, Ned Deily wrote:
>>
>> Check the framework bin directory
>> (/Library/Frameworks/Python.framework/Versions/3.1/bin) for something
>> like a python3-32 executable and, if found, try using that.
>
> I certainly don't
On Fri, Nov 26, 2010 at 7:24 PM, Ned Deily wrote:
> In article <4cf0667a.1040...@activestate.com>,
>> Are you sure `python3-32` (and `python3-64`) are included in Python
>> 3.1.2, or is this something new in 3.1.3 (svn)?
>
> 3.1.2 and 3.1.3 should be identical in that respect. The most recent
> 3
On Mon, Nov 29, 2010 at 11:18 AM, Russell E. Owen wrote:
>
> I suggest you try python.org python instead of ActiveState Python. At
> least for 2.6 and 2.7 it will preferentially use ActiveState's Tcl/Tk if
> found. However, I have not confirmed that with python.org Python 3.1 and
> I don't know w
http://snippets.dzone.com/posts/show/12755
"""
Program to do dynamic experimentation with the various padding and
border properties of a ttk.Frame. A frame is created and populated with
three sub-frames:
1. A set of spinboxes that adust the various padding parameters.
2. A set of controls to adj
>
> On my Mac I have a window. Inside of this window i have : This is Tc/Tk
> version 8.4 .
>
> Another thing
> In python 3.1 when i try to use ttk i have an error message about package
> tile
>
This is a problem that I encountered and was discussed in several messages
on this list a
> On Thu, Feb 17, 2011 at 2:33 AM, Ned Deily wrote:
> That's not quite accurate. With Mac OS X 10.6 (Snow Leopard), Apple
> distributes both a Tcl/Tk 8.4 and 8.5 and does not distribute a Python
> 3.x, only Python 2.6 and 2.5. If you are using a Python 3.1.x installer
> for Mac OS X from python
11 matches
Mail list logo