Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26935
| 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 | <python-python-list@m.gmane.org> |
| 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 <tjreedy@udel.edu> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3205.1344736806.4697.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Idle no longer works Opap-OJ <opiney597@yahoo.com> - 2012-08-11 16:09 -0700
Re: Idle no longer works Benjamin Kaplan <benjamin.kaplan@case.edu> - 2012-08-11 17:30 -0700
Re: Idle no longer works Terry Reedy <tjreedy@udel.edu> - 2012-08-11 21:59 -0400
Re: Idle no longer works jussij@zeusedit.com - 2012-08-13 00:11 -0700
Re: Idle no longer works Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-13 13:43 -0400
Re: Idle no longer works Terry Reedy <tjreedy@udel.edu> - 2012-08-13 14:14 -0400
csiph-web