Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:IDLE': 0.04; 'python': 0.08; 'subject:access': 0.09; 'wed,': 0.12; 'wrote:': 0.15; '\xc2\xa0i': 0.16; 'pm,': 0.16; 'result.': 0.22; 'header:In- Reply-To:1': 0.22; 'received:209.85.215.46': 0.23; 'received:mail- ew0-f46.google.com': 0.23; '(or': 0.25; 'up.': 0.26; 'mode': 0.28; 'message-id:@mail.gmail.com': 0.28; '27,': 0.29; 'installation': 0.30; 'print': 0.32; 'to:addr:python-list': 0.34; 'installed': 0.35; 'subject:How': 0.36; 'but': 0.37; 'using': 0.37; 'received:google.com': 0.38; 'not,': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'run': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'where': 0.40; 'your': 0.60; 'ever': 0.65; 'skip:\xc2 10': 0.74; '12:28': 0.84 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=yR5pPv8QHcr22p/Es9cwwlwOkZRNhYK8Eupu3uc9ak0=; b=YS4RY1gI+KxueFKGIuLY4oNtvauZ42GZrMVbRA2z1F6RjG42K/3EQq9r4+/BRm0XRj 9jzJyufrQrclLIzNVnvVSRVY91+UBYPMVQ2AufQZviZZOj1K+u3ft6KvRc6ENuUWfwSJ /PCnIAxNNnzCCx5uKr+yrwZKCic9d757ZWpuY= MIME-Version: 1.0 In-Reply-To: References: <613dede3-9d00-4c33-8564-c26d30396ea4@r12g2000vbe.googlegroups.com> Date: Wed, 27 Jul 2011 12:48:09 -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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311785291 news.xs4all.nl 23888 [2001:888:2000:d::a6]:49342 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10393 On Wed, Jul 27, 2011 at 12:28 PM, W. eWatson wrote= : > If I run cmd.exe and work my way down to =C2=A0.../idlelib, I find nothin= g but > idle.bat. strange. Hidden? =C2=A0I can get into line mode by using python= .exe. > That is, I can type in print "abc", and get a result. 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. Jerry