|
Ned Deily |
at Jun 1, 2011 at 8:56 pm
|
⇧ |
| |
In article
<6dc00d94-2776-47c1-8ad6-d7e608c6e403 at n11g2000yqf.googlegroups.com>,
Gnarlodious wrote:
Like so:
./configure MACOSX_DEPLOYMENT_TARGET.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 at acm.org