Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60616
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'guido': 0.05; 'subject:bug': 0.07; 'tkinter': 0.07; 'dan': 0.09; '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; 'bug': 0.12; 'jan': 0.12; 'windows': 0.15; 'bug,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'thread,': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'rid': 0.24; 'url:status': 0.24; 'least': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'rest': 0.29; 'am,': 0.29; "i'm": 0.30; 'noted': 0.31; 'worked': 0.33; 'mac': 0.33; 'actual': 0.34; 'problem': 0.35; 'version': 0.36; 'really': 0.36; 'himself': 0.36; 'idle': 0.36; 'so,': 0.37; 'problems': 0.38; 'apple': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'new': 0.61; 'details.': 0.61; 'received:173': 0.61; "you're": 0.61; 'provide': 0.64; 'batchelder': 0.84; 'received:fios.verizon.net': 0.84; 'sorry.': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Terry Reedy <tjreedy@udel.edu> |
| Subject | Re: tkinter bug on mac maverick python 3.3.3 |
| Date | Wed, 27 Nov 2013 10:18:13 -0500 |
| References | <5295d83d$0$3458$426a34cc@news.free.fr> <l74m6c$698$1@ger.gmane.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | pool-173-75-254-207.phlapa.fios.verizon.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 |
| In-Reply-To | <l74m6c$698$1@ger.gmane.org> |
| 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.3305.1385565514.18130.python-list@python.org> (permalink) |
| Lines | 23 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1385565514 news.xs4all.nl 16004 [2001:888:2000:d::a6]:32830 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:60616 |
Show key headers only | View raw
On 11/27/2013 6:48 AM, Ned Batchelder wrote: > On 11/27/13 6:32 AM, Dan Wissme 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... >> >> -dan > > It sounds like you're really frustrated, I'm sorry. I don't know if you > want help with your actual bug, if so, provide details. If it's any > consolation, Guido himself is also frustrated: > https://twitter.com/gvanrossum/status/404768253282484224 As noted in the Twitter thread, the problem is with Apple shenanigans. Tk and hence Idle have steadily worked on Windows for at least a decade. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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