Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder1.news.weretis.net!feeder4.news.weretis.net!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '2.7': 0.04; '3.2': 0.05; 'bsd': 0.05; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'wrote:': 0.14; 'backported': 0.16; 'directive': 0.16; 'from:addr:acm.org': 0.16; 'received:198.144': 0.16; 'interface': 0.21; '(and': 0.25; 'skip:- 30': 0.29; 'it.': 0.31; 'received:198': 0.32; 'header:X-Complaints-To:1': 0.32; 'does': 0.33; 'to:addr:python-list': 0.33; 'there': 0.35; 'header :User-Agent:1': 0.35; 'gnu': 0.35; 'python.org': 0.36; 'charset :us-ascii': 0.36; 'received:org': 0.38; 'subject:can': 0.38; 'but': 0.38; 'subject:: ': 0.38; 'some': 0.38; 'header:Mime- Version:1': 0.39; 'to:addr:python.org': 0.39; 'feature': 0.40; 'skip:- 50': 0.40; 'your': 0.60; 'enable': 0.67; 'supply': 0.69; 'article': 0.76; 'ship': 0.78; './configure': 0.84; 'so:': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Updated now can't scroll uparrow Date: Wed, 01 Jun 2011 13:56:00 -0700 References: <8eb67ffb-cd6e-4875-af4e-5fb8b69a1d80@s2g2000yql.googlegroups.com> <6dc00d94-2776-47c1-8ad6-d7e608c6e403@n11g2000yqf.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: baybryj.net User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) 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: 25 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306961775 news.xs4all.nl 49181 [::ffff:82.94.164.166]:59180 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6826 In article <6dc00d94-2776-47c1-8ad6-d7e608c6e403@n11g2000yqf.googlegroups.com>, Gnarlodious wrote: > Like so: > > ./configure MACOSX_DEPLOYMENT_TARGET=10.6 \ > --enable-framework=/usr/local/python-3.1/frameworks \ > --prefix=/usr/local/python-3.1 \ > --enable-universalsdk=/ \ > --with-universal-archs=intel > > Is there some directive to enable Readline? You need to supply your own copy of GNU readline; Apple does not ship it. You can use one from MacPorts or other 3rd-party distributor. Python 2.7 and 3.2 have a feature to use the readline compatibility interface of BSD editline (libedit) which Apple does ship but that feature was not backported to Python 3.1. The python.org 3.1.x installers are built with GNU readline (and there is one for 3.1.4rc1). -- Ned Deily, nad@acm.org