Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ned Deily Newsgroups: comp.lang.python Subject: Re: Tcl/Tk for Python 3.6.0a3 on Os X 10.9.5 Date: Tue, 2 Aug 2016 16:10:53 -0400 Lines: 23 Message-ID: References: <4f4b8cb9-2dca-d767-c231-66a37f1e97b2@python.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de vfJBCnIFVFhroDq92xjQtQIEZmQ9uCujy3lvFOm7gc6g== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1470168656; bh=NoqgBS2hEPOWBPLQb+S11UlM0EoM4S9yWyZyG2u1d/c=; h=Subject:References:To:From:Date:In-Reply-To:From; b=vaxJKlq38a992wjeHo5PuCasO1z/lkHX4Gx2IvE6ZsB9iDAoTT9HNLFsE/oBSr9u6 HKH09RzIVG4nCEt4YC+7UnbEifagjwuq0zixARZaX0EFEhBEExuO4M9oDuzg+EifdB eGus4I198AS6EUcMVUSp+SCDQRyieXdlnwyK3ALo= X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'tcl/tk': 0.09; 'url:mac': 0.09; 'python': 0.10; 'alpha': 0.15; 'message-id:@python.org': 0.16; 'preserved': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'taking.': 0.16; 'url:tcltk': 0.16; 'wrote:': 0.16; 'version.': 0.18; 'from:addr:python.org': 0.18; 'sorry,': 0.22; 'programming': 0.22; 'am,': 0.23; 'installation': 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; 'skip:" 20': 0.26; 'received:24': 0.28; 'initial': 0.28; 'tcl': 0.29; 'subject:/': 0.30; 'mention': 0.30; "can't": 0.32; 'included': 0.32; 'class': 0.33; 'url:python': 0.33; 'usually': 0.33; 'displayed': 0.33; 'idle': 0.33; 'file': 0.34; 'python.org': 0.35; 'skip:3 10': 0.35; 'but': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'mac': 0.37; 'version': 0.38; 'someone': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'email addr:gmail.com': 0.62; 'research': 0.62; 'charset:windows-1252': 0.62; 'linked': 0.63; 'information': 0.63; 'world': 0.64; 'direct': 0.68; '3.5.2': 0.84 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=baybryj.net; s=26781047; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:To:References:Subject; bh=z50VehHee5I9+Rx6pryi297yj7/DIBVbxC4x3JSGLxs=; b=L2zhmnbF0lIf5G+pnkUd/xzZKH449wwH0Gc1hO37VRYliXrnsxy2YBFZcqJsOgjG7dYlXxd3imURbGwWP50USkxxRAujEEC4paTPmZTgyWowLQpG4LLSEZ9kEQ8SjagsDnDTdnKjoGPCxENgq/49PXRVbTALsGNgaivI40vKAy8=; User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; 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: <4f4b8cb9-2dca-d767-c231-66a37f1e97b2@python.org> X-Mailman-Original-References: Xref: csiph.com comp.lang.python:112252 On 2016-08-02 15:08, Terry Reedy wrote: > 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. Yes, sorry, I don't usually update that page for pre-releases. The information you need is also included in the python.org OS X installer Read Me file which is displayed during the installation process. (A copy of it is also preserved at "/Applications/Python 3.6/ReadMe.rtf".). In the section "Update your version of Tcl/Tk to use IDLE or other Tk applications": "For the initial alpha releases of Python 3.6, the installer is linked with Tcl/Tk 8.5; this will change prior to the beta releases of 3.6.0."