Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!lightspeed.eweka.nl!lightspeed.eweka.nl!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:not': 0.03; 'subject:Python': 0.06; '*not*': 0.07; 'happen.': 0.09; 'overwrite': 0.09; 'subject:keys': 0.09; 'python': 0.11; 'keys.': 0.16; 'received:85.115': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'to:name:python-list@python.org': 0.22; 'header:Received:8': 0.24; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'fixed': 0.29; 'ok.': 0.31; 'received:169.254': 0.32; 'run': 0.32; 'but': 0.35; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'received:169': 0.37; 'to:addr:python-list': 0.38; 'bad': 0.39; 'to:addr:python.org': 0.39; 'warnings.': 0.84 From: David Aldrich To: "Steven D'Aprano" , "python-list@python.org" Subject: RE: Python shell: Arrow keys not working in PuTTY Thread-Topic: Python shell: Arrow keys not working in PuTTY Thread-Index: AdBPbt0k8IudwGb4QbCd1RWa2HFGdAABUMiAABi+j3kACAhLAwALCbHQ Date: Tue, 24 Feb 2015 11:18:38 +0000 References: <41302A7145AC054FA7A96CFD03835A0A0B9451B8@EX10MBX02.EU.NEC.COM> <54ebdcfa$0$11100$c3e8da3@news.astraweb.com> <54ec1360$0$12978$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: <54ec1360$0$12978$c3e8da3$5496439d@news.astraweb.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.29.68.112] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Scanned-By: MailControl 37812.332 (www.mailcontrol.com) on 10.65.0.133 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424776732 news.xs4all.nl 2884 [2001:888:2000:d::a6]:54377 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3343 X-Received-Body-CRC: 2197238598 Xref: csiph.com comp.lang.python:86315 > >> BUT do *not* run `make install` as that will overwrite your system > >> Python and Bad Things will happen. Instead, run `make altinstall`. Thanks for all the warnings. We did use `make altinstall`, so all is ok. Recompiling, with readline installed, fixed the arrow keys.