Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73560
| From | "Peter Tomcsanyi" <tomcsanyi@slovanet.sk> |
|---|---|
| Subject | Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk |
| Date | 2014-06-25 00:47 +0200 |
| References | <locf10$td8$1@ger.gmane.org> <nad-D2DDCB.14070824062014@news.gmane.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11229.1403650127.18130.python-list@python.org> (permalink) |
"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