Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75706
| 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 | <python-python-list@m.gmane.org> |
| 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" <tomcsanyi@slovanet.sk> |
| 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 | <mailman.12591.1407086670.18130.python-list@python.org> <lrmc0r$suj$1@dont-email.me> <mailman.12631.1407145237.18130.python-list@python.org> <lrntjm$bma$1@dont-email.me> |
| 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 | <lrntjm$bma$1@dont-email.me> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.12652.1407181369.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
Many thanks for all the answers. "Kevin Walzer" <kw@codebykevin.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Tcl/Tk alpha channel bug on OSX Mavericks is fixeded, but how/when can I use the fix? "Peter Tomcsanyi" <tomcsanyi@slovanet.sk> - 2014-08-03 19:24 +0200
Re: Tcl/Tk alpha channel bug on OSX Mavericks is fixeded, but how/when can I use the fix? Kevin Walzer <kw@codebykevin.com> - 2014-08-03 18:10 -0400
Re: Tcl/Tk alpha channel bug on OSX Mavericks is fixeded, but how/when can I use the fix? "Peter Tomcsanyi" <tomcsanyi@slovanet.sk> - 2014-08-04 11:40 +0200
Re: Tcl/Tk alpha channel bug on OSX Mavericks is fixeded, but how/when can I use the fix? Kevin Walzer <kw@codebykevin.com> - 2014-08-04 08:16 -0400
Re: Tcl/Tk alpha channel bug on OSX Mavericks is fixeded, but how/when can I use the fix? "Peter Tomcsanyi" <tomcsanyi@slovanet.sk> - 2014-08-04 21:42 +0200
typo correction "Peter Tomcsanyi" <tomcsanyi@slovanet.sk> - 2014-08-04 12:17 +0200
csiph-web