Path: csiph.com!usenet.pasdenom.info!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1a.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; 'python.': 0.02; 'subject:IDLE': 0.04; 'interpreter': 0.05; 'subject:Python': 0.06; "'python": 0.09; 'file)': 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; 'uninstalled': 0.09; 'sfxlen:2': 0.11; 'python': 0.11; 'gui': 0.12; 'jan': 0.12; 'windows': 0.15; '(normally': 0.16; '.py': 0.16; 'before.': 0.16; 'entirely.': 0.16; 'fine.': 0.16; 'idle,': 0.16; 'interpreter,': 0.16; 'menu.': 0.16; 'overnight.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'exception': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'appears': 0.22; 'import': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'installation': 0.23; 'header:User-Agent:1': 0.23; 'exhibit': 0.24; 'subject: .': 0.24; 'fine': 0.24; 'versions': 0.24; 'file.': 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; 'installed': 0.27; 'tried': 0.27; 'fixing': 0.31; 'file': 0.32; 'open': 0.33; '(including': 0.33; 'not.': 0.33; 'message.': 0.35; 'problem': 0.35; 'problem.': 0.35; 'but': 0.35; 'idle': 0.36; 'machine.': 0.36; 'window': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'previous': 0.38; 'launch': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'today.': 0.61; 'new': 0.61; 'entire': 0.61; 'received:173': 0.61; 'soon': 0.63; 'believe': 0.68; '(any': 0.84; 'closes': 0.84; 'happened.': 0.84; 'received:fios.verizon.net': 0.84; 'opens': 0.91; 'pc.': 0.93 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: Wed, 29 Jan 2014 22:38:15 -0500 References: <774101.57561.bm@smtp216.mail.gq1.yahoo.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: <774101.57561.bm@smtp216.mail.gq1.yahoo.com> 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: 56 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391053116 news.xs4all.nl 2911 [2001:888:2000:d::a6]:60816 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64963 On 1/29/2014 6:26 PM, shangonichols@sbcglobal.net wrote: > I am on Windows 8, Python 3.3.4 and 3.3.3 and all previous versions > exhibit the same problem on my Windows 8 PC. This problem occurred out > of nowhere overnight. It was working fine for months until today. Try the following, which I believe I said before. 1. Start the normal console interpreter 'Python (command interpreter)' in the Start Menu. 2. In the interpreter, type >>> import idlelib.idle 3. Open a file. If Idle quits, 4. If Idle quits, look in the console for an exception message. 5. If you do not understand it, *copy and paste the entire message* here. 6. If the Python console also closes, report here. > > I tried to open a file and nothing happened. If I tried to open a > .py file > > (any .py file) from an existing instance of IDLE, it briefly flashed up a > > new window and then closed both the new window and the existing window > > (normally it opens the requested in a new window leaving the existing > window > > untouched). This much I understood. > > 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'? > > I rebooted the machine. Same problem. > > > > I repaired the Python installation and rebooted. Same problem. > > > > I uninstalled Python. Rebooted. Deleted the Python33 directory entirely. > > Rebooted. Installed Python. Rebooted. Same problem. > > > > Everything else on the system appears to be working just fine. > > > > Any ideas what the problem might be or how else I might go about fixing > > things? > > > > Sent from Windows Mail > > > -- Terry Jan Reedy