Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73560
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.023 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'python)': 0.05; 'subject:Python': 0.06; '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; 'wrote': 0.14; 'changes': 0.15; 'optionally': 0.16; 'overridden': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sudo': 0.16; 'version.': 0.19; 'install': 0.23; 'installation': 0.23; 'subject:/': 0.26; '(for': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'reply.': 0.31; 'cocoa': 0.31; 'probably': 0.32; 'front': 0.32; 'python.org': 0.32; 'option': 0.32; 'quite': 0.32; 'mac': 0.33; 'maybe': 0.34; 'something': 0.35; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'installing': 0.36; 'version:': 0.36; 'thanks': 0.36; 'easiest': 0.38; 'somebody': 0.38; 'version,': 0.38; 'needed': 0.38; 'to:addr :python-list': 0.38; 'expect': 0.39; 'does': 0.39; 'though,': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'hope': 0.61; 'august': 0.61; 'till': 0.61; 'received:62': 0.63; 'provide': 0.64; 'news': 0.67; 'default': 0.69; 'skip:n 40': 0.81; '3.4': 0.84; 'downloadable': 0.84; 'easier,': 0.84; 'approached': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | "Peter Tomcsanyi" <tomcsanyi@slovanet.sk> |
| Subject | Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk |
| Date | Wed, 25 Jun 2014 00:47:56 +0200 |
| References | <locf10$td8$1@ger.gmane.org> <nad-D2DDCB.14070824062014@news.gmane.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; format=flowed; charset="iso-8859-1"; reply-type=original |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | 62.197.243.26 |
| In-Reply-To | <nad-D2DDCB.14070824062014@news.gmane.org> |
| 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.11229.1403650127.18130.python-list@python.org> (permalink) |
| Lines | 29 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1403650127 news.xs4all.nl 2950 [2001:888:2000:d::a6]:46618 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:73560 |
Show key headers only | View raw
"Ned Deily" <nad@acm.org> wrote in message news:nad-D2DDCB.14070824062014@news.gmane.org... > Probably easier, though, is to install Python 3.4 from MacPorts which > does provide its own version of Tcl/Tk 8.6.1, the Cocoa version by > default or optionally an X11 version: > > # after installing the base MacPorts > sudo port selfupdate > sudo port install py34-tkinter +quartz > /opt/local/bin/python3.4 > > The easiest option would be a downloadable package that would allow the > default python.org 8.5-linked _tkinter to be overridden with an 8.6 > version. There may be some news on that front in the near future. Many thanks for the quick reply. I will try the MacPorts version, but I am quite Windows-based (I do the Mac installation for somebody else), so I am not sure how to install all the other packages that we use (NumPy, MatPlotLib, Pillow and maybe something else that I do not recall at this moment...). Last time (for the python.org version of Python) I needed to try out several approached from several sites to succeed finally... So I will impatiently expect the changes "on that front" and I will hope that they will come till August 2014. Peter Tomcsanyi
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk "Peter Tomcsanyi" <tomcsanyi@slovanet.sk> - 2014-06-25 00:47 +0200
Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk wxjmfauth@gmail.com - 2014-06-24 22:49 -0700
Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk Kevin Walzer <kw@codebykevin.com> - 2014-06-25 10:54 -0400
csiph-web