On Sun, Jan 29, 2012 at 10:42:47PM -0800, Keith Dart wrote > On Sat, 28 Jan 2012 04:01:40 -0500 > "Walter Dnes" <waltd...@waltdnes.org> wrote: > > > I've enabled the readline flag for the python build, but it doesn't > > seem to work. Are there any other settings I'm missing? > > > > What happens when you "import readline" ?
waltdnes@d530 ~ $ python Python 2.7.2 (default, Dec 14 2011, 00:09:44) [GCC 4.5.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import readline Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named readline >>> -- Walter Dnes <waltd...@waltdnes.org>