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


Groups > comp.lang.python > #60630

Re: tkinter bug on mac maverick python 3.3.3

Subject Re: tkinter bug on mac maverick python 3.3.3
From Travis Griggs <travisgriggs@gmail.com>
Date 2013-11-27 10:44 -0800
References <5295d83d$0$3458$426a34cc@news.free.fr>
Newsgroups comp.lang.python
Message-ID <mailman.3315.1385577885.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Nov 27, 2013, at 3:32 AM, Dan Wissme <wissme@hotmail.com> wrote:

> Hi !
> Am I the only one to get a bug in GUIs using tkinter on my Mac under maverick and Python 3.3.3 ?
> When will they get rid of Tcl/Tk which causes recurrent problems at almost each new Python version !
> Please, for the rest of us...

I’m curious, if they get rid of Tcl/Tk as you wished, what do you propose replacing it with?

It’s not like there are other “light weight cross platform ui frameworks” that are obvious replacements. Most of the others are far heavier. And all have issues with their purported cross platformness.

Or are you proposing that Tcl/Tk be moved out of the python core distro, and instead delivered as a separate package? If *this* is your proposal, I wholeheartedly agree. Just the other day, I was working on putting python3 on a beaglebone black (similar to a raspberry pi). It built OK, but I had to ignore lots of warnings about Tcl/Tk not working, which of course was a “duh”.

I was surprised, that among some, there’s a sentiment that python core MUST include it. Which was interesting. One of the core principles of this language is all about modules and modularity. Why can’t the Tcl/Tk module be the same as numpy and scipy and many of the other widely installed-after-the-fact-as-appropriate packages?

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

tkinter bug on mac maverick python 3.3.3 Dan Wissme <wissme@hotmail.com> - 2013-11-27 12:32 +0100
  Re: tkinter bug on mac maverick python 3.3.3 Ned Batchelder <ned@nedbatchelder.com> - 2013-11-27 06:48 -0500
  Re: tkinter bug on mac maverick python 3.3.3 Terry Reedy <tjreedy@udel.edu> - 2013-11-27 10:18 -0500
  Re: tkinter bug on mac maverick python 3.3.3 Travis Griggs <travisgriggs@gmail.com> - 2013-11-27 10:44 -0800
  Re: tkinter bug on mac maverick python 3.3.3 Ned Deily <nad@acm.org> - 2013-11-27 12:17 -0800
  Re: tkinter bug on mac maverick python 3.3.3 Terry Reedy <tjreedy@udel.edu> - 2013-11-27 18:01 -0500

csiph-web