Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54320
| 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 | <rosuav@gmail.com> |
| 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 | <l19uvh$mqu$1@dont-email.me> |
| References | <l17bj9$1qs$1@dont-email.me> <mailman.39.1379370869.18130.python-list@python.org> <l19ebk$g94$1@dont-email.me> <mailman.59.1379417584.18130.python-list@python.org> <l19op8$dse$1@dont-email.me> <mailman.75.1379428566.18130.python-list@python.org> <l19uvh$mqu$1@dont-email.me> |
| Date | Wed, 18 Sep 2013 02:20:50 +1000 |
| Subject | Re: Weird ttk behaviour |
| From | Chris Angelico <rosuav@gmail.com> |
| 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 <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.84.1379434859.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Wed, Sep 18, 2013 at 2:11 AM, Rotwang <sg552@hotmail.co.uk> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Weird ttk behaviour Rotwang <sg552@hotmail.co.uk> - 2013-09-16 17:28 +0100
Re: Weird ttk behaviour Serhiy Storchaka <storchaka@gmail.com> - 2013-09-16 21:43 +0300
Re: Weird ttk behaviour Rotwang <sg552@hotmail.co.uk> - 2013-09-17 12:15 +0100
Re: Weird ttk behaviour Chris Angelico <rosuav@gmail.com> - 2013-09-17 08:34 +1000
Re: Weird ttk behaviour Rotwang <sg552@hotmail.co.uk> - 2013-09-17 12:27 +0100
Re: Weird ttk behaviour Chris Angelico <rosuav@gmail.com> - 2013-09-17 21:32 +1000
Re: Weird ttk behaviour Rotwang <sg552@hotmail.co.uk> - 2013-09-17 15:25 +0100
Re: Weird ttk behaviour Chris Angelico <rosuav@gmail.com> - 2013-09-18 00:35 +1000
Re: Weird ttk behaviour Rotwang <sg552@hotmail.co.uk> - 2013-09-17 17:11 +0100
Re: Weird ttk behaviour Chris Angelico <rosuav@gmail.com> - 2013-09-18 02:20 +1000
csiph-web