Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!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; 'dynamically': 0.07; 'subject:bug': 0.07; 'fink': 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; 'url:download': 0.12; 'assume': 0.14; 'wrote': 0.14; '.py': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:channel': 0.16; 'subject:when': 0.16; 'url:mac': 0.16; 'url:tcltk': 0.16; 'python?': 0.22; 'installation': 0.23; 'looks': 0.24; 'subject:/': 0.26; 'header:X-Complaints-To:1': 0.27; 'header :In-Reply-To:1': 0.27; 'installed': 0.27; 'work.': 0.31; 'python.org.': 0.31; 'python.org': 0.32; 'open': 0.33; 'says': 0.33; 'url:python': 0.33; 'maybe': 0.34; 'subject:the': 0.34; 'but': 0.35; 'version': 0.36; 'choosing': 0.36; 'idle': 0.36; 'thanks': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'should': 0.36; 'manager': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'does': 0.39; 'launch': 0.39; 'subject:can': 0.39; 'to:addr:python.org': 0.39; 'enough': 0.39; 'received:org': 0.40; 'mentioned': 0.61; 'new': 0.61; 'first': 0.61; 'received:62': 0.63; 'information': 0.63; 'more': 0.64; 'linked': 0.65 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: "Peter Tomcsanyi" Subject: Re: Tcl/Tk alpha channel bug on OSX Mavericks is fixeded, but how/when can I use the fix? Date: Mon, 4 Aug 2014 21:42:24 +0200 References: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 62.197.243.26 In-Reply-To: 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407181369 news.xs4all.nl 2926 [2001:888:2000:d::a6]:60727 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75706 Many thanks for all the answers. "Kevin Walzer" wrote in message news:lrntjm$bma$1@dont-email.me... > Where is your current installation of Python? The above instructions > assume that you are using the standard Python from python.org. As I > mentioned before, if you have installed things via a package manager > (brew, Fink or MacPorts) you will have to follow their instructions. I use the standard Python.org installation, so I assume that it is "where it should be" (I launch IDLE from Launcher or I open .py files by righclicking them and choosing "Open in IDLE"). But it does not contain Tcl/Tk, it uses "somehow" the version of Tcl/Tk that is installed "somewhere". Actually the page: https://www.python.org/download/mac/tcltk says that it is linked dynamically and it looks at first into /Library/Frameworks. So maybe for now I have enough information and I will try your suggestions when the new Tcl/Tk will be available and ask more questions only if it would not work. Thanks Peter Tomcsanyi