Path: csiph.com!usenet.pasdenom.info!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '(b)': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'gui': 0.12; 'jan': 0.12; 'itself.': 0.14; 'thread': 0.14; 'limiting': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:GUI': 0.16; 'subject:programming': 0.16; 'thread?': 0.16; 'windows?': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'do.': 0.18; "python's": 0.19; 'separate': 0.22; 'header:User-Agent:1': 0.23; '(a)': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; 'subject:please': 0.30; 'run': 0.32; 'another': 0.32; 'running': 0.33; 'created': 0.35; 'doing': 0.36; 'problems': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'received:173': 0.61; 'due': 0.66; 'side': 0.67; 'inherent': 0.84; 'nice,': 0.84; 'received:fios.verizon.net': 0.84; 'subject:want': 0.91; 'subject:answer': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: GUI:-please answer want to learn GUI programming in python , how should i proceed. Date: Mon, 16 Dec 2013 19:10:39 -0500 References: <9f5d28ce-504d-40db-baa2-ff3699ab05c7@googlegroups.com> <20131214180549.59e9831a6faf098b754ea00a@gmx.net> <52ace2c0$0$29992$c3e8da3$5496439d@news.astraweb.com> <52ade081$0$29976$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-254-207.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387239052 news.xs4all.nl 2829 [2001:888:2000:d::a6]:58358 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62119 On 12/16/2013 5:40 PM, Chris Angelico wrote: > Nice, though Python's threading and/or multiprocessing can do 90% of > what people want. Side point: What about Tk? Can you (a) run separate > GUI threads for separate windows? (b) manipulate widgets created by > another thread? When running tk via tkinter, limiting tkinter/tk calls to the main thread is the safest thing to do. I do not know whether the problems people have had doing otherwise are due to Python or inherent in tk itself. -- Terry Jan Reedy