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


Groups > comp.lang.python > #26931

Re: Idle no longer works

References <94cc6490-ef15-4835-88c1-fa17347e03f4@googlegroups.com>
Date 2012-08-11 17:30 -0700
Subject Re: Idle no longer works
From Benjamin Kaplan <benjamin.kaplan@case.edu>
Newsgroups comp.lang.python
Message-ID <mailman.3202.1344731526.4697.python-list@python.org> (permalink)

Show all headers | 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