Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'differently': 0.07; 'tkinter': 0.07; 'undefined': 0.09; 'bug': 0.12; 'windows': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'possibly,': 0.16; 'think.': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'wed,': 0.18; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'on,': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'sep': 0.31; 'linux': 0.33; "i'd": 0.34; 'knows': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; "he's": 0.36; 'raising': 0.36; 'to:addr:python-list': 0.38; 'fact': 0.38; 'to:addr:python.org': 0.39; 'enough': 0.39; "you're": 0.61; 'confirm': 0.64; 'talking': 0.65; 'worth': 0.66; 'here': 0.66; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=MpG9IguVxkf7au/LiqVMxa5tljrbVXcyYwWUaPyEgFY=; b=NFVgBlF0dfQxNK05DPtcEEY8gQXi3oUCi+piYPnaD9XKnb19WqC5PGAoY/R3xElPGD Md8amouCGcV+AEI83snIDy5DvKqTkNCXMHGpsSuRv1Niegb1tCdxBYmfP9V+DnXcWKN9 WwqjJ/jP/D1CE8zLQtPUCsi2GEn//o9hF38gNY+RaEf/2TuPgJ+gWIMcQ42/H6D9XY7p kL0OmIc1qEC1IjC4p3BIQfiAgZpga3jXt8uD1nQVMqF8NAix3QzR/oIYGSkLzSgq3ltN JvNHjFORjo5V32mT9q3GMbE2A+1FQFvpf/2ekqYBR1d4OERQ4PkaamURtQ3bz3uDMowW 7gzQ== MIME-Version: 1.0 X-Received: by 10.52.35.142 with SMTP id h14mr21995vdj.61.1379434850185; Tue, 17 Sep 2013 09:20:50 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Sep 2013 02:20:50 +1000 Subject: Re: Weird ttk behaviour From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379434859 news.xs4all.nl 16012 [2001:888:2000:d::a6]:35141 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54320 On Wed, Sep 18, 2013 at 2:11 AM, Rotwang wrote: > I don't know tkinter well enough either, but the fact that it behaves > differently on Linux and Windows suggests to me that at least one version is > bugging out. Do you think this is worth raising on bugs.python.org? Possibly, but I'd keep it here on python-list for the moment; it may be you're actually using undefined behaviour somewhere, in which case the solution is to change your code. Once someone else (someone who actually knows what he's talking about, for preference) can confirm what's going on, it'll be bug report time, I think. ChrisA