Path: csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Rotwang Newsgroups: comp.lang.python Subject: Re: Weird ttk behaviour Date: Tue, 17 Sep 2013 12:15:20 +0100 Organization: A noiseless patient Spider Lines: 13 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Tue, 17 Sep 2013 11:15:20 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="d5e94538578820ab8094f0159eb0378a"; logging-data="13218"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19KrIOMFuecaKjit7X5KlZH" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: Cancel-Lock: sha1:nnI1tZF+kYPUXVI37xluqb8eoOY= Xref: csiph.com comp.lang.python:54278 On 16/09/2013 19:43, Serhiy Storchaka wrote: > 16.09.13 19:28, Rotwang написав(ла): >> On Windows 7 (sys.version is '3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, >> 10:57:17) [MSC v.1600 64 bit (AMD64)]') there's no problem; f() works >> fine in the first place. Does anybody know what's going on? > > What _root.wantobjects() returns? It returns True, both before and after the call to style.theme_use('newtheme'). Why do you ask? I've no idea what Tk.wantobjects is supposed to do (I tried help() and some web searches with no luck).