Path: csiph.com!usenet.pasdenom.info!news.chainon-marquant.org!nntpfeed.proxad.net!proxad.net!feeder1-1.proxad.net!198.186.190.251.MISMATCH!news-out.readnews.com!transit4.readnews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: John Salerno Newsgroups: comp.lang.python Subject: Re: How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"? Date: Fri, 2 Mar 2012 21:06:02 -0800 (PST) Organization: http://groups.google.com Lines: 9 Message-ID: <409450.255.1330751162956.JavaMail.geo-discussion-forums@vbkl3> References: <29015333.101.1330739333318.JavaMail.geo-discussion-forums@vbbgt10> NNTP-Posting-Host: 76.30.237.113 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1330751253 15564 127.0.0.1 (3 Mar 2012 05:07:33 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 3 Mar 2012 05:07:33 +0000 (UTC) Cc: python-list@python.org In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.30.237.113; posting-account=Wdz3OgoAAACumWTKfPjpOEJc3twpMp_1 User-Agent: G2/1.0 Xref: csiph.com comp.lang.python:21162 > I suppose the 'advantage' of this is that it will replace tk widgets > with equivalent ttk widgets, if they exist and have the same name. I > believe one has to program them differently, however, so the replacement > cannot be transparent and one mush know anyway what gets replaced and > what not. Grr, sounds like a pain if I want to use the new widgets. Does this cause conflict with someone who isn't running 8.5, or will they still see the older widgets as normal? I'm tempted just to go back to wxPython. Two sets of widgets in Tkinter is a little annoying.