Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.04; 'subject:IDLE': 0.04; 'exception,': 0.07; 'installed.': 0.07; 'python': 0.08; 'oh,': 0.09; 'subject:access': 0.09; 'wrong,': 0.09; 'exception': 0.12; 'wed,': 0.12; 'am,': 0.13; 'wrote:': 0.15; '.py': 0.16; '2.6,': 0.16; 'both.': 0.16; 'fail,': 0.16; 'idle,': 0.16; '\xc2\xa0i': 0.16; '\xc2\xa0if': 0.16; 'hopefully': 0.16; 'pm,': 0.16; 'this:': 0.16; 'working.': 0.19; 'described': 0.22; 'header:In-Reply-To:1': 0.22; 'trying': 0.23; 'opens': 0.23; 'received:209.85.215.46': 0.23; 'received:mail- ew0-f46.google.com': 0.23; 'monitor': 0.23; '(or': 0.25; 'up.': 0.26; 'sort': 0.28; 'guess': 0.28; 'message-id:@mail.gmail.com': 0.28; '27,': 0.29; 'idle': 0.29; 'far,': 0.30; 'version': 0.30; 'installation': 0.30; 'error': 0.31; 'shows': 0.32; 'capture': 0.32; 'ps:': 0.32; 'to:addr:python-list': 0.34; 'things': 0.34; '2.6': 0.35; 'here,': 0.35; 'installed': 0.35; 'running': 0.35; 'subject:How': 0.36; 'file': 0.36; 'anything': 0.37; 'open': 0.37; 'some': 0.37; 'but': 0.37; 'received:google.com': 0.38; 'not,': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'think': 0.38; 'run': 0.39; 'should': 0.39; 'to:addr:python.org': 0.39; 'might': 0.39; 'received:209': 0.40; 'where': 0.40; 'give': 0.60; 'your': 0.60; 'double': 0.62; 'you.': 0.62; 'back': 0.63; 'ahead': 0.63; 'details': 0.65; 'below.': 0.65; 'ever': 0.65; 'show': 0.67; 'hill': 0.68; 'us.': 0.69; 'care': 0.73; 'click': 0.79; 'associations': 0.84; 'swap': 0.84; 'window,': 0.84; 'working,': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=3i0cEhf/7Ug/KprxRkVkKmgxLi6FcBNEarGaoo2WKKA=; b=o6bZrh23lZBLDtKD1ITbKtRoBXVNyhneTuRo20CVdk9xWidzDSf6gWknou4A7JqP4/ FD9ur5Eqw8b/hfH/QTvkJgsKSHwb66dnfglcwib5rzJTC4D5zgqo/i3d7Ta/+hkFJd5k i51zEZBi2F/V+cLmpQ7Sab43l9LKFq774uV0Q= MIME-Version: 1.0 In-Reply-To: References: <613dede3-9d00-4c33-8564-c26d30396ea4@r12g2000vbe.googlegroups.com> Date: Wed, 27 Jul 2011 15:53:37 -0400 Subject: Re: How do I access IDLE in Win7 From: Jerry Hill To: python-list@python.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 46 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311796419 news.xs4all.nl 23865 [2001:888:2000:d::a6]:52880 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10399 On Wed, Jul 27, 2011 at 3:34 PM, W. eWatson 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)? =C2=A0If not, it sounds to me like >> your python installation is screwed up. =C2=A0I would re-install. > > Yes, I have both. Neither shows anything on the monitor when I double cli= ck > 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. --=20 Jerry