Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!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; 'python.': 0.02; 'interpreter': 0.04; 'discard': 0.05; 'needed,': 0.05; 'python': 0.09; 'happens.': 0.09; 'ide': 0.09; 'itself,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'terry': 0.09; '.py': 0.16; 'closes': 0.16; 'idle.': 0.16; 'message- id:@dough.gmane.org': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'registry': 0.16; 'uninstall': 0.16; 'wrote:': 0.17; 'fix': 0.17; 'typical': 0.17; 'jan': 0.18; 'windows': 0.19; 'import': 0.21; 'installation': 0.23; 'work.': 0.23; 'idea': 0.24; 'command': 0.24; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'easiest': 0.27; 'first.': 0.27; 'regular': 0.27; 'header:X-Complaints-To:1': 0.28; 'run': 0.28; 'changed.': 0.29; 'file': 0.32; 'idle': 0.33; 'to:addr:python-list': 0.33; 'version': 0.34; 'open': 0.35; 'pm,': 0.35; 'received:org': 0.36; 'but': 0.36; 'should': 0.36; 'subject:: ': 0.38; 'nothing': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'more': 0.63; 'choose': 0.65; 'click': 0.76; 'prompt': 0.78; 'associations': 0.84; 'received:fios.verizon.net': 0.84; 'why?': 0.84; 'window,': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Idle no longer works Date: Sat, 11 Aug 2012 21:59:22 -0400 References: <94cc6490-ef15-4835-88c1-fa17347e03f4@googlegroups.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-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 In-Reply-To: <94cc6490-ef15-4835-88c1-fa17347e03f4@googlegroups.com> 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: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1344736806 news.xs4all.nl 6886 [2001:888:2000:d::a6]:49667 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26935 On 8/11/2012 7:09 PM, Opap-OJ wrote: > I can no longer open the Idle IDE for Python on Windows 7. > > For 3-5 years I used Idle for all my python work. But in January > this happens: > > When I right click on a python file and choose "open with Idle" > nothing happens. > > If I double-click on the file itself, it briefly opens an MS-DOS > looking window, then closes it immediately. That should run the file and discard the output. Above is typical > Any idea why? *Something* very specific to your system changed. Either registry associations for .py are screwed, or your Python installation is damaged. Easiest fix is to uninstall and re-install Python. But download a more recent version first. Uninstall might not be needed, but makes process more like to work. In the regular interactive command prompt interpreter import idlelib.idle should start idle. -- Terry Jan Reedy