Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73560 > unrolled thread

Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk

Started by"Peter Tomcsanyi" <tomcsanyi@slovanet.sk>
First post2014-06-25 00:47 +0200
Last post2014-06-25 10:54 -0400
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

#73560 — Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk

From"Peter Tomcsanyi" <tomcsanyi@slovanet.sk>
Date2014-06-25 00:47 +0200
SubjectRe: Python 3.4.1 installer on Mac links Python to old Tcl/Tk
Message-ID<mailman.11229.1403650127.18130.python-list@python.org>
"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

[toc] | [next] | [standalone]


#73561

Fromwxjmfauth@gmail.com
Date2014-06-24 22:49 -0700
Message-ID<c94ad9b3-62da-4e73-ba90-6f3b1e4a6527@googlegroups.com>
In reply to#73560
Le mercredi 25 juin 2014 00:47:56 UTC+2, Peter Tomcsanyi a écrit :
> "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

%%%%%%%%%%

I can also add, tcl or tk or tkinter (8.6) is on Windows
quite buggy. In fact, simply *unusable*.

jmf

[toc] | [prev] | [next] | [standalone]


#73578

FromKevin Walzer <kw@codebykevin.com>
Date2014-06-25 10:54 -0400
Message-ID<loenr6$ho2$1@dont-email.me>
In reply to#73561
On 6/25/14, 1:49 AM, wxjmfauth@gmail.com wrote:
> I can also add, tcl or tk or tkinter (8.6) is on Windows
> quite buggy. In fact, simply*unusable*.

How so?

Please report bugs at http://core.tcl.tk/tcl/reportlist or 
http://core.tcl.tk/tk/reportlist, as needed.

--Kevin

-- 
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web