Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3a.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:IDLE': 0.04; 'subject:Python': 0.06; '(python': 0.07; "'python": 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:files': 0.09; 'sfxlen:2': 0.11; 'python': 0.11; 'gui': 0.12; 'jan': 0.12; 'entry.': 0.16; 'fine.': 0.16; 'finney': 0.16; 'guessing': 0.16; 'of)': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wxpython': 0.16; 'wrote:': 0.18; 'later': 0.20; '>>>': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'entries': 0.24; 'subject: .': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'writes:': 0.31; 'file': 0.32; 'open': 0.33; '(including': 0.33; 'not.': 0.33; 'could': 0.34; 'created': 0.35; 'but': 0.35; 'idle': 0.36; 'entry': 0.36; 'ben': 0.38; 'window': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'launch': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'called': 0.40; 'referred': 0.60; 'received:173': 0.61; 'soon': 0.63; 'refer': 0.63; 'closes': 0.84; 'installer': 0.84; 'received:fios.verizon.net': 0.84; 'opens': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Python shell wont open IDLE or an exisiting .py files Date: Thu, 30 Jan 2014 04:37:34 -0500 References: <774101.57561.bm@smtp216.mail.gq1.yahoo.com> <85a9eecde3.fsf@benfinney.id.au> 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: <85a9eecde3.fsf@benfinney.id.au> Cc: tutor@python.org 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391074676 news.xs4all.nl 2830 [2001:888:2000:d::a6]:45163 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64973 On 1/29/2014 11:16 PM, Ben Finney wrote: > Terry Reedy writes: > >> On 1/29/2014 6:26 PM, shangonichols@sbcglobal.net wrote: >>> > If I launch the Python GUI it opens a Python Shell fine. But as >>> > soon as I try to open a file (including a "new" file), it closes >>> > the Shell. >> >> This I do not. What is 'Python GUI'? What is 'Python Shell'? > > Those are (part of) the names of menu entries created by the Python > installer for MS Windows. I am not sure exactly what programs they > invoke. One entry is 'IDLE (Python GUI)'. I have never seen Idle referred to as 'Python GUI' as the later is non-specific and could refer to wxpython or pyqt or some other Python GUI. Idle open a window called Python x.y.z Shell (until recently just Shell). The other menu entry is 'Python (Command line)' and I am guessing that the paragraph above has nothing to do with this entry. -- Terry Jan Reedy