Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54318
| From | Rotwang <sg552@hotmail.co.uk> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Weird ttk behaviour |
| Date | 2013-09-17 17:11 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <l19uvh$mqu$1@dont-email.me> (permalink) |
| References | (1 earlier) <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> |
On 17/09/2013 15:35, Chris Angelico wrote: > On Wed, Sep 18, 2013 at 12:25 AM, Rotwang <sg552@hotmail.co.uk> wrote: >> In fact, if I replace tkderp with this: >> >> >> # begin tkderp.py >> >> import tkinter as tk >> >> _root = tk.Tk() >> _root.withdraw() >> >> # end tkderp.py >> >> >> then simply importing tkderp before tkderp2 is enough to make the latter >> work properly > > Nice piece of detective work! Alas, I don't know tkinter well enough > to help with the details, but this is exactly what I'd like to hear if > I were trying to pick this up and debug it :) 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? > Tkinter experts, anywhere? Where's Ranting Rick when you need him... Last time I saw him was in this thread: https://mail.python.org/pipermail/python-list/2013-June/650257.html
Back to comp.lang.python | Previous | Next — Previous in thread | Next 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