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


Groups > comp.lang.python > #6802

Re: Updated now can't scroll uparrow

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 <chris@rebertia.com>
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 <clp2@rebertia.com>
To Gnarlodious <gnarlodious@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2370.1306947314.9059.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Wed, Jun 1, 2011 at 7:37 AM, Gnarlodious <gnarlodious@gmail.com> 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

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


Thread

Updated now can't scroll uparrow Gnarlodious <gnarlodious@gmail.com> - 2011-06-01 07:37 -0700
  Re: Updated now can't scroll uparrow Chris Rebert <clp2@rebertia.com> - 2011-06-01 09:55 -0700
    Re: Updated now can't scroll uparrow Gnarlodious <gnarlodious@gmail.com> - 2011-06-01 09:59 -0700
      Re: Updated now can't scroll uparrow Ned Deily <nad@acm.org> - 2011-06-01 13:56 -0700
        Re: Updated now can't scroll uparrow Gnarlodious <gnarlodious@gmail.com> - 2011-06-02 19:40 -0700
          Re: Updated now can't scroll uparrow Ned Deily <nad@acm.org> - 2011-06-03 01:08 -0700

csiph-web