Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: Tkinter --> Why multiple windows Date: Thu, 24 Mar 2016 16:28:42 -0400 Lines: 9 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de hQqCLhcTA/F7lZkEFDb0Agg90oqbOs3pfyyFLf7MLdCg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'root': 0.04; 'newbie': 0.05; 'received:internal': 0.09; 'subject:Why': 0.09; 'thu,': 0.15; '24,': 0.16; 'appear.': 0.16; 'hello:': 0.16; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'subject:Tkinter': 0.16; 'subject:windows': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'tkinter': 0.22; 'header:In-Reply-To:1': 0.24; 'question': 0.27; 'code': 0.30; 'run': 0.33; 'text': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'two': 0.37; 'received:66': 0.38; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.61; 'email addr:gmail.com': 0.62; 'mar': 0.65 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=s2NEXFUifi4Q8pqCPpzI2G6IuCw=; b=LNZ43z LSSqzGWmCLvGkMmuls+2cmW+59A8j+iTQCXYtlkgydwf9TR5Mt+OLlq1AGEt31dz 0mxSEpKuHGITKh2ObvKYMO1iL+DP+riSbp/LUF/hGzx1rHeHZyKZbeFKvLAMvjoX BlRQloao32xmIEIgr7M3P5Ld7ySkJbnvEwpOY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=s2NEXFUifi4Q8pq CPpzI2G6IuCw=; b=AwLlwVAfh29sA8j52kUYh7SXAFvvjiJjDP1dn7rSF/5uo5P Pyg+Q4LL6rg2AtwSaKxhyQ9QeUnxNRMFYQItfnl+oJ5RRojUGz+Ji3SnXYQ8Mrvd yQqq3E5DQkb3zK3MD9xZZeUNtdd3ou3xOtE5XfiNM5CqDcE1DOOCwKBtRikE= X-Sasl-Enc: JZK7lNv3ksNLaimTvOURZ1cEOoxw0B+j0Rvj1FYmgh2v 1458851322 X-Mailer: MessagingEngine.com Webmail Interface - ajax-eaa4717d In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:105651 On Thu, Mar 24, 2016, at 16:24, kevind0718@gmail.com wrote: > Hello: > > newbie Tkinter question > > If I run the code below two windows appear. > One empty and one with the text box and button. The empty one is the root window.