Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!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.099 X-Spam-Evidence: '*H*': 0.80; '*S*': 0.00; 'subject:using': 0.04; 'url:effbot': 0.16; 'cc:addr:python-list': 0.16; 'cc:2**0': 0.21; 'header:In-Reply-To:1': 0.22; 'code.': 0.22; 'received:209.85.220': 0.25; 'url:mailman': 0.27; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; 'widget': 0.30; 'thanks': 0.31; 'subject:?': 0.31; 'hi,': 0.31; 'url:listinfo': 0.32; 'entry': 0.33; 'e.g.': 0.34; 'subject:How': 0.36; 'url:python': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'received:209': 0.40; 'url:htm': 0.72; 'subject:you': 0.81; 'subject:value': 0.84; 'subject:widget': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=/IpxZPKfsH6Eji8ULvDcGoSvdBiq/8r7KF/e07a9EcY=; b=edV+/tczBUQX7SHkSQP+65qYSPFxP0E0V1w1JmK9hJte+5xA4cAeiM6FnTrHjDM3Mx 1KCxBoLc/gmNwUUXS1PHOg+plRuZN5iPSTW79d9cL8F2xQwwZPxbY1lDYAiInMjN2pXN bGGPkd5lZwX3UGj86/IFOTPnU8U2HXYdk13jo= MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 13 Jul 2011 18:17:58 +0200 Subject: Re: How do you get the value you entered using the Entry widget in Tkinter? From: Vlastimil Brom To: Benji Benjokal Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1310573880 news.xs4all.nl 23874 [2001:888:2000:d::a6]:46908 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:9409 2011/7/13 Benji Benjokal : > What is the simplist way to get the value you entered from the Entry widg= et > in =A0Tkinter? > Thanks Benji > -- > http://mail.python.org/mailman/listinfo/python-list > > Hi, you can use the get() method of that widget; see e.g. http://effbot.org/tkinterbook/entry.htm for a sample code. hth, vbr