Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: 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; 'bug,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'received:comcast.net': 0.24; 'rid': 0.24; 'url:status': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'rest': 0.29; 'am,': 0.29; "i'm": 0.30; 'mac': 0.33; 'actual': 0.34; 'version': 0.36; 'really': 0.36; 'himself': 0.36; 'so,': 0.37; 'problems': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'new': 0.61; 'details.': 0.61; "you're": 0.61; 'provide': 0.64; 'sorry.': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Batchelder Subject: Re: tkinter bug on mac maverick python 3.3.3 Date: Wed, 27 Nov 2013 06:48:39 -0500 References: <5295d83d$0$3458$426a34cc@news.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: c-50-133-228-126.hsd1.ma.comcast.net User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 In-Reply-To: <5295d83d$0$3458$426a34cc@news.free.fr> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1385552936 news.xs4all.nl 16003 [2001:888:2000:d::a6]:38785 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60597 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 --Ned.