skip to navigation
skip to content

readline 2.6.4

GNU readline support for Python on platforms without readline.

Some platforms, such as Mac OS X, do not ship with GNU readline installed. The readline extension module in the standard library of Mac 'system' Python uses NetBSD's editline (libedit) library instead, which is a readline replacement with a less restrictive software license.

As the alternatives to GNU readline do not have fully equivalent functionality, it is useful to add proper readline support to these platforms. This module achieves this by bundling the standard Python readline module with the GNU readline source code, which is compiled and statically linked to it. The end result is an egg which is simple to install, with no extra shared libraries required.

The 2.6.4 version of this module is intended for use on Mac OS 10.6 (Snow Leopard), which ships with Python 2.6. It should also work on Tiger and Leopard with Python 2.5, and may even work on Linux. It is built against GNU readline 6.0 with the latest patches.

This module is completely unnecessary on Linux and other Unix systems with default readline support. If you are using Windows, which also ships without GNU readline, you might want to consider using the pyreadline module instead, which is a readline replacement written in pure Python that interacts with the Windows clipboard.

File Type Py Version Uploaded on Size # downloads
readline-2.6.4-py2.5-macosx-10.5-ppc64.egg (md5, pgp)
Default Leopard (4-way universal: i386, x86_64, ppc, ppc64)
Python Egg 2.5 2009-11-24 18:15:16.458416 372KB 19
readline-2.6.4-py2.5-macosx-10.5-i386.egg (md5, pgp)
Default Leopard (4-way universal: i386, x86_64, ppc, ppc64)
Python Egg 2.5 2009-11-24 18:10:48.230646 372KB 40
readline-2.6.4-py2.5-macosx-10.5-ppc.egg (md5, pgp)
Default Leopard (4-way universal: i386, x86_64, ppc, ppc64)
Python Egg 2.5 2009-11-24 18:12:50.935145 372KB 19
readline-2.6.4-py2.6-macosx-10.6-universal.egg (md5, pgp)
Default Snow Leopard (3-way universal: i386, x86_84, ppc7400)
Python Egg 2.6 2009-11-25 10:59:54.984250 296KB 29
readline-2.6.4-py2.5-macosx-10.5-x86_64.egg (md5, pgp)
Default Leopard (4-way universal: i386, x86_64, ppc, ppc64)
Python Egg 2.5 2009-11-24 18:14:06.308397 372KB 19
readline-2.6.4.tar.gz (md5, pgp)
Based on patched version of Python 2.6.4 readline module (svn r75725)
Source 2009-11-26 08:02:35.719901 2MB 38
readline-2.6.4-py2.5-macosx-10.3-fat.egg (md5, pgp)
MacPython 2.5 on Tiger (4-way universal: i386, x86_64, ppc, ppc64)
Python Egg 2.5 2009-11-26 09:00:27.838245 193KB 17

Log in to rate this package.