Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #26931

Re: Idle no longer works

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <bsk16@case.edu>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.008
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'python.': 0.02; 'python': 0.09; 'corresponds': 0.09; 'happens.': 0.09; 'ide': 0.09; 'itself,': 0.09; 'aug': 0.13; 'file,': 0.15; 'sat,': 0.15; 'closes': 0.16; 'eclipse': 0.16; 'wrote:': 0.17; 'windows': 0.19; 'work.': 0.23; 'idea': 0.24; 'command': 0.24; 'tried': 0.25; 'header:In-Reply-To:1': 0.25; 'installing': 0.27; 'message- id:@mail.gmail.com': 0.27; 'run': 0.28; 'file': 0.32; '11,': 0.33; 'idle': 0.33; 'to:addr:python-list': 0.33; 'version': 0.34; 'received:google.com': 0.34; 'whatever': 0.35; 'open': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'nothing': 0.38; 'to:addr:python.org': 0.39; 'your': 0.60; 'launching': 0.62; 'choose': 0.65; 'click': 0.76; 'prompt': 0.78; 'why?': 0.84; 'window,': 0.84
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=4VEeGOD1O4jsYC85qd37kzJGZwocFK6Djzf1+sz0MuM=; b=DolHAl1en2w+9SjzDohIoe2tMdH5gEG5ST3Ia1WlAcCaQ/7gJV6dsX7fZXY1x/DjVw t4joOOuHD1GlFkd5/MUsHAleyshV+zrJJluRIXsl8gvwGd9I1qzQruvbg5xEyT/F7rfo lEn4fw/b+P1iqct1+qqJ7Ow0nH5rCdCIdXPcbR4+ByHJXRaZk7YYIy2DVs5cCqgRlQos YBB+p3ifZ9I9+4FisEbFN6JymZKG4yellT0GotYtKOy2Gt5ylT4ENVVuMguhS2bv5o/Z HewosAiPqS8R2Zm1q7Xi2+w4y+zSC8pCYTENKVNiVT+378cIanKrSwqzvVn/HI3y8f2u 5R+A==
MIME-Version 1.0
In-Reply-To <94cc6490-ef15-4835-88c1-fa17347e03f4@googlegroups.com>
References <94cc6490-ef15-4835-88c1-fa17347e03f4@googlegroups.com>
Date Sat, 11 Aug 2012 17:30:55 -0700
Subject Re: Idle no longer works
From Benjamin Kaplan <benjamin.kaplan@case.edu>
To python-list@python.org
Content-Type text/plain; charset=UTF-8
X-Gm-Message-State ALoCoQnoFvSmtqYRCa66+t2VHdU+fxBdVbDuuZ6gXUFwaa08wOxyIXHzdi4O1bmSxNykzd7tD0Di
X-Junkmail-Whitelist YES (by domain whitelist at mpv2.tis.cwru.edu)
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.3202.1344731526.4697.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1344731526 news.xs4all.nl 6957 [2001:888:2000:d::a6]:56858
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:26931

Show key headers only | View raw


On Sat, Aug 11, 2012 at 4:09 PM, Opap-OJ <opiney597@yahoo.com> 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.
>
> I tried installing Eclipse with PyDev.  It opens the file, but will not run it in Python.
>
> Any idea why?
> --

Have you tried launching Python from the Command Prompt? Open up
command prompt and run C:\Python32\python.exe or whatever corresponds
to your version of Python.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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