Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'wed,': 0.03; 'python?': 0.05; 'installed.': 0.07; 'interpreter': 0.07; 'python': 0.08; '>>>>': 0.09; 'am,': 0.14; 'wrote:': 0.14; 'history:': 0.16; 'received:209.85.213.174': 0.16; 'received:mail- yx0-f174.google.com': 0.16; 'cc:addr:python-list': 0.17; 'cheers,': 0.19; 'header:In-Reply-To:1': 0.21; "wasn't": 0.22; 'cc:2**0': 0.22; 'cc:no real name:2**0': 0.23; 'fix': 0.23; "what's": 0.23; 'message-id:@mail.gmail.com': 0.28; 'instead': 0.29; 'updated': 0.29; 'cc:addr:python.org': 0.30; 'enabled': 0.30; 'looks': 0.31; 'it?': 0.33; 'install': 0.34; 'chris': 0.34; 'gnu': 0.35; 'received:google.com': 0.37; 'received:209.85': 0.37; 'received:209.85.213': 0.37; 'subject:can': 0.38; 'subject:: ': 0.38; 'received:209': 0.39; 'your': 0.60; 'sender:addr:chris': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=txOBV8C6O4Andp+5Kmwwwp35rb1Cy0DtNneX9SKY2rg=; b=IinyfQnE6Y//pKoRv/uyPPb4pdlBj+jy0IfL/g1MMrClJGNcjIb9XYDUmIhbZvjRXv nZDhD6Y9AO31FWXxRk0ocmHO9eOwQWmQYIYPx5QaKId7iRO9r6bcTUkIq47wqREA0D5K 1G6Ps+AwAMfHKKb4K+3FBSwZIBpaNHeb3xVIE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=DkPQ1TEROaLssQS5YyrV9yiueP9hExpKyFFtYvBTuXmhrD6sojp3roaz3a3ZUZeF+O J03LU1EHytc26JSaO12DKjT5gSid8jqOllGqnWt+4ep8rvE0KvSoFoHpNUIcKPGHTmW1 ILtYk7rFm3Ql5i8Cy1o10NB5vrJK7IP0mwSXw= MIME-Version: 1.0 Sender: chris@rebertia.com In-Reply-To: <8eb67ffb-cd6e-4875-af4e-5fb8b69a1d80@s2g2000yql.googlegroups.com> References: <8eb67ffb-cd6e-4875-af4e-5fb8b69a1d80@s2g2000yql.googlegroups.com> Date: Wed, 1 Jun 2011 09:55:10 -0700 X-Google-Sender-Auth: waOkFChYjLowrHWFEgQTgM1OK44 Subject: Re: Updated now can't scroll uparrow From: Chris Rebert To: Gnarlodious Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org 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: 82.94.164.166 X-Trace: 1306947314 news.xs4all.nl 49044 [::ffff:82.94.164.166]:44493 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6802 On Wed, Jun 1, 2011 at 7:37 AM, Gnarlodious wrote: > I updated Python to 3.1.3 on Mac OSX. Now suddenly in the Interactive > interpreter I get all this instead of scrolling the history: > >>>> ^[[A^[[A^[[A > > What's wrong and how to fix it? Looks like GNU readline support wasn't enabled in the build you installed. How did you install your Python? Cheers, Chris