Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86315
| 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 | <David.Aldrich@EMEA.NEC.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; '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 <David.Aldrich@EMEA.NEC.COM> |
| To | "Steven D'Aprano" <steve+comp.lang.python@pearwood.info>, "python-list@python.org" <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> <CAPTjJmpXL2Yzw3qMzfGcv9F-s+oR7t=TwTYREVpZYvuGabd_7g@mail.gmail.com> <mailman.19085.1424712044.18130.python-list@python.org> <54ebdcfa$0$11100$c3e8da3@news.astraweb.com> <mailman.19114.1424745346.18130.python-list@python.org> <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 <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.19125.1424776732.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
> >> 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.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Python shell: Arrow keys not working in PuTTY Laura Creighton <lac@openend.se> - 2015-02-23 18:20 +0100
Re: Python shell: Arrow keys not working in PuTTY Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-24 13:07 +1100
Re: Python shell: Arrow keys not working in PuTTY Ned Deily <nad@acm.org> - 2015-02-23 18:35 -0800
Re: Python shell: Arrow keys not working in PuTTY Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-24 16:59 +1100
RE: Python shell: Arrow keys not working in PuTTY David Aldrich <David.Aldrich@EMEA.NEC.COM> - 2015-02-24 11:18 +0000
Re: Python shell: Arrow keys not working in PuTTY Laura Creighton <lac@openend.se> - 2015-02-24 15:51 +0100
Re: Python shell: Arrow keys not working in PuTTY Ned Deily <nad@acm.org> - 2015-02-25 00:39 -0800
csiph-web