Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder5.xlned.com!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'socket': 0.04; '(using': 0.05; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; 'executes': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'am,': 0.12; 'gui': 0.13; 'reedy': 0.16; 'tkinter,': 0.16; 'wrote:': 0.16; 'jan': 0.19; 'header:In-Reply-To:1': 0.22; 'runs': 0.23; 'code': 0.25; 'separate': 0.28; 'idle': 0.29; 'usually': 0.32; 'to:addr :python-list': 0.33; 'header:User-Agent:1': 0.34; 'nobody': 0.34; 'executable': 0.34; 'icon': 0.34; 'header:X-Complaints-To:1': 0.35; 'uses': 0.35; 'run': 0.37; 'open': 0.37; 'received:org': 0.38; 'subject:: ': 0.39; 'e.g.': 0.39; 'window': 0.39; 'header :Mime-Version:1': 0.39; 'user': 0.39; 'to:addr:python.org': 0.39; 'connection.': 0.77; '(running': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: pythonw.exe Date: Sun, 14 Aug 2011 20:49:25 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-74-109-121-73.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 In-Reply-To: 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: 1313369399 news.xs4all.nl 23923 [2001:888:2000:d::a6]:49767 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11429 On 8/14/2011 10:30 AM, Nobody wrote: > The main use for pythonw.exe is if you write a GUI program in Python > (using e.g. TkInter, wxPython, etc) and you want it to be able to run it > from an icon (desktop, start menu) without it opening a console window > (running a console executable from an icon will open a console window). In particular, IDLE runs in a pythonw process and it executes user code in a separate pythonw process and usually uses a socket for the connection. -- Terry Jan Reedy