skip to navigation
skip to content

readline 2.6.1

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.1 version of this module is intended for use on Mac OS 10.6 (Snow Leopard), which ships with Python 2.6.1. 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.1-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-18 19:04:32.304700 370KB 47
readline-2.6.1-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-18 19:11:23.889206 370KB 18
readline-2.6.1-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-18 19:02:12.774277 294KB 44
readline-2.6.1.tar.gz (md5, pgp)
Based on patched version of Python 2.6.1 readline module
Source 2009-11-18 19:00:10.172643 2MB 114
readline-2.6.1-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-18 19:08:42.298285 370KB 18
readline-2.6.1-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-18 19:09:56.727532 370KB 20

Log in to rate this package.