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


Groups > comp.lang.python > #6826

Re: Updated now can't scroll uparrow

From Ned Deily <nad@acm.org>
Subject Re: Updated now can't scroll uparrow
Date 2011-06-01 13:56 -0700
References <8eb67ffb-cd6e-4875-af4e-5fb8b69a1d80@s2g2000yql.googlegroups.com> <mailman.2370.1306947314.9059.python-list@python.org> <6dc00d94-2776-47c1-8ad6-d7e608c6e403@n11g2000yqf.googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.2380.1306961775.9059.python-list@python.org> (permalink)

Show all headers | View raw


In article 
<6dc00d94-2776-47c1-8ad6-d7e608c6e403@n11g2000yqf.googlegroups.com>,
 Gnarlodious <gnarlodious@gmail.com> 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

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