Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75684
| Path | csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Kevin Walzer <kw@codebykevin.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: Tcl/Tk alpha channel bug on OSX Mavericks is fixeded, but how/when can I use the fix? |
| Date | Mon, 04 Aug 2014 08:16:53 -0400 |
| Organization | A noiseless patient Spider |
| Lines | 71 |
| Message-ID | <lrntjm$bma$1@dont-email.me> (permalink) |
| References | <mailman.12591.1407086670.18130.python-list@python.org> <lrmc0r$suj$1@dont-email.me> <mailman.12631.1407145237.18130.python-list@python.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Mon, 4 Aug 2014 12:16:55 +0000 (UTC) |
| Injection-Info | mx05.eternal-september.org; posting-host="842f0db793feb3396e70fef69b2229f1"; logging-data="11978"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+3VtZkSkVq+2rnJIm8Au5bgqz5ChRMVNs=" |
| User-Agent | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
| In-Reply-To | <mailman.12631.1407145237.18130.python-list@python.org> |
| Cancel-Lock | sha1:+mj5zOA0HDsfx67sjft3t0DBCWI= |
| Xref | csiph.com comp.lang.python:75684 |
Show key headers only | View raw
On 8/4/14, 5:40 AM, Peter Tomcsanyi wrote: > "Kevin Walzer" <kw@codebykevin.com> wrote in message > news:lrmc0r$suj$1@dont-email.me... >> New releases of Tcl/Tk 8.5 and 8.6 are due out soon; right now they >> are undergoing final testing as betas/release candidates. > > Thanks for the promising news. > Where should I look for the announcement that there is something new? > Is this the correct place? > http://sourceforge.net/projects/tcl/files/Tcl/ You can check comp.lang.tcl for an announcement. > > But will be the 8.5. branch updated, too? > I need 8.5 because CPython on Mac does not yet use 8.6... > I cannot see there 8.5.15.1 (at least that is how ActiveTcl is numbered) > which solved some oter Mavericks issues in October 2013 (all 8.5. files > are older than October 2013)... > So will be there a 8.5.16? 8.5 and 8.6 will be updated. > >> you can download the source tarballs for Tcl and Tk when they are >> released, untar them to a specific directory, cd to the directory, and >> run these commands: >> >> make -C $insert_tcl_dirname_here/macosx >> make -C $insert_tk_dirname_here/macosx >> >> and then >> >> sudo make -C $insert_tcl_dirname_here/macosx install >> sudo make -C $insert_tk_dirname_here/macosx install > > I have some command line skills and I have the command line developer > tools installed (is that enough?), but I am not sure if I understand > which directory's name is $insert_tcl_dirname_here (I suppose that the $ > sign belongs to the name of the "variable", am I right?). Is it the > directory where I unterd tcl (and which is under the directory where i > cd-ed to)? $insert_tcl_dirname = something like tcl8.5.16. Just look at the numbering. In other words, you want a directory with two subdirectories: tcl8.5.16 and tk8.5.16 (since you are looking at 8.5). > >> This will install the updated version of Tcl and Tk in >> /Library/Frameworks, and Python should pick them up. > > Well, should... > I will try. But when I followed a similar procedure of installing the > tkpng package then after "sudo make install" it seemed to be ok, but it > was apparently added to other version of Tk than CPython is using... > Can somebody else confirm or disconfirm that the above procedure will > install the new Tcl/Tk to that place where CPython (that is already > installed) will pick it from? Or do I need to reinstall CPython after > this? Or...? 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. --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com
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