Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; 'dynamically': 0.07; 'newest': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tcl/tk': 0.09; 'python': 0.11; 'bug': 0.12; 'url:download': 0.12; 'suggest': 0.14; 'windows': 0.15; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:mac': 0.16; 'url:tcltk': 0.16; 'version?': 0.16; 'thanks,': 0.17; 'install': 0.23; 'creating': 0.23; 'installation': 0.23; 'planned': 0.24; 'question': 0.24; 'subject:/': 0.26; 'header:X -Complaints-To:1': 0.27; 'tried': 0.27; 'anyone': 0.31; 'url:python': 0.33; 'mac': 0.33; '"the': 0.34; 'maybe': 0.34; 'but': 0.35; 'version': 0.36; 'url:downloads': 0.36; 'url:org': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'previous': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'new': 0.61; 'received:62': 0.63; 'kind': 0.63; 'skip:6 10': 0.63; 'charset:iso-8859-2': 0.64; 'chance': 0.65; 'installer': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: "Peter Tomcsanyi" Subject: Python 3.4.1 installer on Mac links Python to old Tcl/Tk Date: Tue, 24 Jun 2014 20:11:44 +0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-2"; reply-type=original Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 62.197.243.26 X-MSMail-Priority: Normal X-Newsreader: Microsoft Windows Mail 6.0.6002.18197 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18463 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1403635811 news.xs4all.nl 2878 [2001:888:2000:d::a6]:53917 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73556 Hello, I use the Python 3.4.1 installer from https://www.python.org/downloads/release/python-341/ The Windows installation comes with Tcl/Tk version 8.6 which has some new features (compared to 8.5) that are very important to me. But the Mac installer does not include Tcl/Tk and the page: https://www.python.org/download/mac/tcltk says: "The Python 64-bit/32-bit Mac OS X installers for Python 3.4.x, 3.3.x, 3.2.x, and 2.7.x dynamically link to Tcl/Tk 8.5 frameworks." I tried to download and install ActiveTcl 8.6.1 for Mac, but Python does not use it... Can anyone help me make Python 3.4.1 use Tcl/Tk 8.6 on Mac OS X (10.9.2, if that matters)? Does anyone know why the Windows installer brings the newest version of Tcl/Tk while the Mac installer remains with the previous version? When this is planned to be changed? Maybe this is not the right place for this kind of question... can anyone suggest a better place so that the question has a chance to be read by the person who is actually creating the installation packages? Should I try to send this as a bug to bugs.python.org? Thanks, Peter Tomcsanyi