Re: [gentoo-user] Python+readline?

2012-01-31 Thread Keith Dart
On Mon, 30 Jan 2012 22:38:55 -0500 Walter Dnes waltd...@waltdnes.org wrote: The emerge output shows that python would be replaced, and that the readline USE flag has been set on the previous merge. I also ran revdep-rebuild, and it found nothing. The python command modules, from inside

Re: [gentoo-user] Python+readline?

2012-01-30 Thread Keith Dart
On Mon, 30 Jan 2012 02:25:30 -0500 Walter Dnes waltd...@waltdnes.org wrote: 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

Re: [gentoo-user] Python+readline?

2012-01-30 Thread Walter Dnes
On Mon, Jan 30, 2012 at 01:38:53AM -0800, Keith Dart wrote ok, how about the output of: emerge -pv dev-lang/python:2.7 Did you do something with the readline library? I hate multi-slot. I added readline to dev-lang/python in /etc/portage/package.use, and then ran emerge -1 python...

Re: [gentoo-user] Python+readline?

2012-01-30 Thread Pandu Poluan
On Jan 31, 2012 10:43 AM, Walter Dnes waltd...@waltdnes.org wrote: On Mon, Jan 30, 2012 at 01:38:53AM -0800, Keith Dart wrote ok, how about the output of: emerge -pv dev-lang/python:2.7 Did you do something with the readline library? I hate multi-slot. I added readline to

Re: [gentoo-user] Python+readline?

2012-01-29 Thread Keith Dart
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 ? -- --

Re: [gentoo-user] Python+readline?

2012-01-29 Thread Walter Dnes
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

[gentoo-user] Python+readline?

2012-01-28 Thread Walter Dnes
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? -- Walter Dnes waltd...@waltdnes.org

Re: [gentoo-user] Python+readline?

2012-01-28 Thread Daniel Troeder
On 28.01.2012 10:01, Walter Dnes 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? daniel@moja ~ $ cat .pythonstartup #!/usr/bin/python try: import readline except ImportError: print Module readline not