Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Python+readline?
Date: Mon, 30 Jan 2012 07:28:20
Message-Id: 20120130072530.GA28513@waltdnes.org
In Reply to: Re: [gentoo-user] Python+readline? by Keith Dart
1 On Sun, Jan 29, 2012 at 10:42:47PM -0800, Keith Dart wrote
2 > On Sat, 28 Jan 2012 04:01:40 -0500
3 > "Walter Dnes" <waltdnes@××××××××.org> wrote:
4 >
5 > > I've enabled the readline flag for the python build, but it doesn't
6 > > seem to work. Are there any other settings I'm missing?
7 > >
8 >
9 > What happens when you "import readline" ?
10
11 waltdnes@d530 ~ $ python
12 Python 2.7.2 (default, Dec 14 2011, 00:09:44)
13 [GCC 4.5.3] on linux2
14 Type "help", "copyright", "credits" or "license" for more information.
15 >>> import readline
16 Traceback (most recent call last):
17 File "<stdin>", line 1, in <module>
18 ImportError: No module named readline
19 >>>
20
21
22 --
23 Walter Dnes <waltdnes@××××××××.org>

Replies

Subject Author
Re: [gentoo-user] Python+readline? Keith Dart <keith@×××××××××.biz>