Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: Tcl/Tk for Python 3.6.0a3 on Os X 10.9.5 Date: Tue, 2 Aug 2016 15:08:50 -0400 Lines: 20 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de FFeX09PXLJ/EEloArsGzEwR+kBN8bk16wNYNIP91UE4w== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'yet.': 0.03; 'subject:Python': 0.05; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tcl/tk': 0.09; 'url:mac': 0.09; 'python': 0.10; 'jan': 0.11; 'received:io': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'released.': 0.16; 'taking.': 0.16; 'url:tcltk': 0.16; 'wrote:': 0.16; 'version.': 0.18; 'work,': 0.21; 'programming': 0.22; 'am,': 0.23; 'downloaded': 0.24; 'header:In- Reply-To:1': 0.24; 'url:download': 0.24; "i've": 0.25; 'header :User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'switch': 0.27; 'tcl': 0.29; 'subject:/': 0.30; 'mention': 0.30; "can't": 0.32; 'class': 0.33; 'url:python': 0.33; 'but': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'mac': 0.37; 'skip:8 10': 0.37; 'someone': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'email addr:gmail.com': 0.62; 'research': 0.62; 'world': 0.64; 'believe': 0.66; 'direct': 0.68; '3.5.2': 0.84; 'hopes': 0.91 X-Injected-Via-Gmane: http://gmane.org/ User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: Xref: csiph.com comp.lang.python:112242 On 8/2/2016 4:21 AM, munozvvaleria@gmail.com wrote: > I am new to the programming world but I need to learn this program > for a research class that I am taking. I have downloaded Python > 3.6.0a3 on a Mac 10.9.5 and realized that I also need to download an > Active Tcl for it. I can't find one for this version. Can someone > please direct me to it? The most recent one I've been able to find is > for Python 3.5.2 This page https://www.python.org/download/mac/tcltk/ does not yet mention 3.6. So I would start with the recommendation for 3.5.2: tcl/tk 8.5.18. I believe Ned Deily hopes to switch to tcl/tk 8.6.x before 3.6.0 is released. If 8.5.18 does not work, I would try 8.6.whatever. But I don't believe the switch has been made yet. -- Terry Jan Reedy