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


Groups > comp.lang.python > #10399

Re: How do I access IDLE in Win7

References <j0p9ie$jga$1@dont-email.me> <613dede3-9d00-4c33-8564-c26d30396ea4@r12g2000vbe.googlegroups.com> <j0pebk$l80$1@dont-email.me> <mailman.1537.1311785291.1164.python-list@python.org> <j0pp7t$258$1@dont-email.me>
Date 2011-07-27 15:53 -0400
Subject Re: How do I access IDLE in Win7
From Jerry Hill <malaclypse2@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1539.1311796419.1164.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, Jul 27, 2011 at 3:34 PM, W. eWatson <wolftracks@invalid.com> wrote:
> On 7/27/2011 9:48 AM, Jerry Hill wrote:
>> So, you don't have an idle.py or idle.pyw in C:\Python26\Lib\idlelib\
>> (or where ever you installed python)?  If not, it sounds to me like
>> your python installation is screwed up.  I would re-install.
>
> Yes, I have both. Neither shows anything on the monitor when I double click
> them.

Oh, I guess I misunderstood.  Go ahead and open that cmd.exe window
back up.  Please run the following and report back the results.  In
the cmd.exe window run:

assoc .py
assoc .pyw
ftype Python.File
ftype Python.NoConFile

Those four commands should show us how the python file associations
are set up on your computer.

Then, let's try to run idle and capture whatever error message is
popping up.  I don't think you've mentioned what version of python you
have installed.  The following is for 2.6, since that's what I have
installed here, but it should work on any other version if you swap in
your installation directory for the 2.6 one below.  Still in your
cmd.exe window, run the following:

c:\Python26\python.exe C:\Python26\Lib\idlelib\idle.py

If you get an exception, please copy and paste the details for us.  If
that works and opens idle, please try running this:

C:\Python26\Lib\idlelib\idle.py

Based on the behavior you've described so far, that ought to fail, and
hopefully give some sort of message or exception for us to diagnose.

PS: If you're just trying to get things working, and don't care what
might be wrong, I would recommend just re-installing python.  That
ought to clean up all the file associations and set things up properly
for you.  That's likely the quickest way to just get things working.

-- 
Jerry

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


Thread

How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-27 08:06 -0700
  Re: How do I access IDLE in Win7 rantingrick <rantingrick@gmail.com> - 2011-07-27 08:38 -0700
    Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-27 09:28 -0700
      Re: How do I access IDLE in Win7 Jerry Hill <malaclypse2@gmail.com> - 2011-07-27 12:48 -0400
        Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-27 12:34 -0700
          Re: How do I access IDLE in Win7 Jerry Hill <malaclypse2@gmail.com> - 2011-07-27 15:53 -0400
            Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-27 14:26 -0700
              Re: How do I access IDLE in Win7 Thomas Jollans <t@jollybox.de> - 2011-07-28 01:59 +0200
                Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-27 17:28 -0700
                Re: How do I access IDLE in Win7 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-07-27 21:46 -0700
                Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-28 04:56 -0700
                Re: How do I access IDLE in Win7 Thomas Jollans <t@jollybox.de> - 2011-07-28 14:19 +0200
              Re: How do I access IDLE in Win7 Jerry Hill <malaclypse2@gmail.com> - 2011-07-28 09:19 -0400
                Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-28 08:10 -0700
                Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-28 08:16 -0700
  Re: How do I access IDLE in Win7 "W. eWatson" <wolftracks@invalid.com> - 2011-07-28 21:23 -0700

csiph-web