Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.125 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.75; '*S*': 0.00; 'full-': 0.09; 'tkinter': 0.09; 'api': 0.09; 'luckily': 0.16; 'subject: \n ': 0.16; 'subject:import': 0.16; 'tempted': 0.16; 'wrote:': 0.18; 'maybe': 0.21; 'header:In-Reply-To:1': 0.22; 'subject:use': 0.24; 'do,': 0.25; "i'm": 0.28; 'sun,': 0.30; 'source': 0.32; 'list': 0.32; 'header:User-Agent:1': 0.33; 'jump': 0.34; 'yet,': 0.34; 'from:charset:iso-8859-1': 0.35; 'to:addr:python-list': 0.35; 'something': 0.35; 'sets': 0.35; 'subject:How': 0.35; 'two': 0.36; 'but': 0.37; 'received:google.com': 0.37; "i'll": 0.38; 'received:209.85': 0.38; 'think': 0.38; 'johnson': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'release': 0.40; 'back': 0.60; 'john': 0.61; 'header:Received:6': 0.61; 'more': 0.61; 'your': 0.61; 'subject:you': 0.78; 'complaint': 0.84; 'heck,': 0.84; 'to-do': 0.91; 'subject:want': 0.93 Received-SPF: pass (google.com: domain of anikom15@gmail.com designates 10.68.219.164 as permitted sender) client-ip=10.68.219.164; Authentication-Results: mr.google.com; spf=pass (google.com: domain of anikom15@gmail.com designates 10.68.219.164 as permitted sender) smtp.mail=anikom15@gmail.com; dkim=pass header.i=anikom15@gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=nbLlqF16Hty/xwgBxKSXHlzIqDjFmNRO/1lyOzuVTa4=; b=JX/nUKG2TB9W7gj6b+sfWZgEbQkCNdVV4nqmCD6ggizQqdRU9PdKO2dJ2nR4t6Iy11 mAwfq8ZEvIXUlrS6Hm/R/+snnD2PmqmdRQX1GGCzK/gmwACL3D0cujy2DeYvYcPsd3ln uu2lVLORDWoQe5iiEP0slvUTA3uut6jp94juzlxyJvrh+Wp8cOpMI82StXieOF2BcUlq bUM3y2hU0IMt33ZHk3vLDKdS2ShO43DIwPAO1yZ+SI79omlitsCJWpAauc6IIU2GmCYo bOUddXoKPvXzVMmh3YG8keO4d1k2F1g54XlCUuk1hDvEGXIWcT0In+L9BaLK2C0eg0r7 cDJA== Date: Sun, 4 Mar 2012 18:04:34 -0800 From: Westley =?iso-8859-1?Q?Mart=EDnez?= To: python-list@python.org Subject: Re: How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"? References: <29015333.101.1330739333318.JavaMail.geo-discussion-forums@vbbgt10> <7a170522-2fcb-4334-8d55-f71b1ffb4475@b1g2000yqb.googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7a170522-2fcb-4334-8d55-f71b1ffb4475@b1g2000yqb.googlegroups.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1330913096 news.xs4all.nl 6909 [2001:888:2000:d::a6]:45896 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21212 On Sun, Mar 04, 2012 at 05:39:27PM -0800, Rick Johnson wrote: > On Mar 2, 11:06 pm, John Salerno wrote: > > I'm tempted just to go back to wxPython. Two sets of widgets in Tkinter is a little annoying. > > Your complaint is justified. The Tkinter API is a disgrace. IDLE's > source is just as bad. Luckily i have not made the jump to py3000 full- > time yet, but when i do, i think the first item on my to-do list will > be to hack this hideous tk+ttk+blah+blah into something more > friendly. > > Heck, maybe i'll even release it! Make sure not to write it from scratch!