Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #42970 > unrolled thread

Re: Cannot install readline in pythonbrew install of 3.3.0

Started byNed Deily <nad@acm.org>
First post2013-04-06 19:53 -0700
Last post2013-04-06 19:53 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Cannot install readline in pythonbrew install of 3.3.0 Ned Deily <nad@acm.org> - 2013-04-06 19:53 -0700

#42970 — Re: Cannot install readline in pythonbrew install of 3.3.0

FromNed Deily <nad@acm.org>
Date2013-04-06 19:53 -0700
SubjectRe: Cannot install readline in pythonbrew install of 3.3.0
Message-ID<mailman.225.1365303222.3114.python-list@python.org>
In article <5160BCBC.3030002@gmail.com>, Gene <spacebuoy@gmail.com> 
wrote:
> I hope someone can help with this problem with pythonbrew on my mac 
> running OS X 10.8.3 with updated Xcode and CLT.
[...] 
> The python 3.3.0 install using pythonbrew was made with default options 
> and seems to be working okay but when I easy_install readline per 
> ipython recommend:
[...]
> Any ideas?

pythonbrew does its own funky things above and beyond standard OS X 
Python installs.  Further, the PyPI readline distribution (which 
substitutes GNU readline for the OS X default BSD editline library) does 
its own funky things.  I don't use either so I'm copping out here and 
not going to try to debug what's going wrong when you try to use them 
together.  You *might* be better off just manually building and 
installing GNU readline in /usr/local and then use pythonbrew to rebuild 
Python 3.3 (3.3.1 was just released, BTW).  Otherwise, you could search 
the pythonbrew issue list and open an issue there, if necessary.  Or use 
a python.org 3.3 along with PyPI readline.  Or install ipython3.3, 
Python 3.3, and GNU readline from MacPorts or Homebrew.

https://github.com/utahta/pythonbrew/issues

-- 
 Ned Deily,
 nad@acm.org

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web