Python 3.1.3
Ned Deily
nad at acm.org
Sun Nov 28 11:48:36 EST 2010
In article
<2b22dfa0-41d5-4047-8cfe-7a18e00e3760 at o23g2000prh.googlegroups.com>,
Gnarlodious <gnarlodious at gmail.com> wrote:
> Ah yes, sorry.
> This is Mac OSX 10.6.5, I did it build from the file at
> http://www.python.org/ftp/python/3.1.3/Python-3.1.3.tgz
For Python 3.1 on OS X, you'll need to supply a version of the GNU
readline library, which is not supplied by Apple in OS X, during the
build. Python 2.7 and 3.2 are able to make use of the BSD editline
libedit which does comes with OS X.
--
Ned Deily,
nad at acm.org
More information about the Python-list
mailing list