Path: csiph.com!usenet.pasdenom.info!news.albasani.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.053 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'suppose': 0.05; 'tkinter': 0.09; 'to:addr:comp.lang.python': 0.09; 'anyway': 0.09; 'differently,': 0.16; 'subject: \n ': 0.16; 'subject:import': 0.16; 'tempted': 0.16; 'cc:addr:python-list': 0.16; 'cc:no real name:2**0': 0.21; 'header:In-Reply-To:1': 0.22; 'subject:use': 0.24; 'cc:2**0': 0.26; 'not.': 0.28; "i'm": 0.28; 'replaced': 0.29; 'cc:addr:python.org': 0.29; 'equivalent': 0.31; 'does': 0.32; "isn't": 0.33; 'header:User-Agent:1': 0.33; 'running': 0.34; 'someone': 0.34; 'however,': 0.35; 'sets': 0.35; 'subject:How': 0.35; 'two': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.38; 'replace': 0.38; 'received:209': 0.39; 'cannot': 0.39; 'back': 0.60; 'believe': 0.65; 'cause': 0.67; 'subject:you': 0.78; 'pain': 0.84; 'received:209.85.213.184': 0.84; 'received:mail- yx0-f184.google.com': 0.84; 'subject:want': 0.93 Received-SPF: pass (google.com: domain of johnjsal@gmail.com designates 10.52.94.100 as permitted sender) client-ip=10.52.94.100; Authentication-Results: mr.google.com; spf=pass (google.com: domain of johnjsal@gmail.com designates 10.52.94.100 as permitted sender) smtp.mail=johnjsal@gmail.com Newsgroups: comp.lang.python Date: Fri, 2 Mar 2012 21:06:02 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.30.237.113; posting-account=Wdz3OgoAAACumWTKfPjpOEJc3twpMp_1 References: <29015333.101.1330739333318.JavaMail.geo-discussion-forums@vbbgt10> User-Agent: G2/1.0 X-Google-Web-Client: true MIME-Version: 1.0 Subject: Re: How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"? From: John Salerno To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1330751165 news.xs4all.nl 6860 [2001:888:2000:d::a6]:37354 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21161 > 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.