In article <6dc00d94-2776-47c1-8ad6-d7e608c6e...@n11g2000yqf.googlegroups.com>, Gnarlodious <gnarlodi...@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, n...@acm.org -- http://mail.python.org/mailman/listinfo/python-list