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


Groups > comp.lang.python > #42970

Re: Cannot install readline in pythonbrew install of 3.3.0

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'debug': 0.07; 'pypi': 0.07; '/usr/local': 0.09; 'okay': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:github': 0.09; 'python': 0.11; '3.3,': 0.16; 'bsd': 0.16; 'easy_install': 0.16; 'rebuild': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:install': 0.16; 'url:issues': 0.16; 'wrote:': 0.18; 'things.': 0.19; 'seems': 0.21; 'otherwise,': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'necessary.': 0.24; 'together.': 0.24; 'options': 0.25; 'header:X-Complaints-To:1': 0.27; 'along': 0.30; "i'm": 0.30; '(which': 0.31; 'python.org': 0.32; 'open': 0.33; 'running': 0.33; 'mac': 0.33; 'updated': 0.34; 'there,': 0.34; 'could': 0.34; 'problem': 0.35; 'beyond': 0.35; 'but': 0.35; 'building': 0.35; 'installing': 0.36; 'wrong': 0.37; 'list': 0.37; 'to:addr:python-list': 0.38; 'issue': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'manually': 0.60; 'hope': 0.61; 'here': 0.66; 'default': 0.69; 'further,': 0.74; 'received:204': 0.75; 'article': 0.77; 'received:204.14': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Ned Deily <nad@acm.org>
Subject Re: Cannot install readline in pythonbrew install of 3.3.0
Date Sat, 06 Apr 2013 19:53:23 -0700
References <5160BCBC.3030002@gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host 204.14.154.191
User-Agent MT-NewsWatcher/3.5.3b3 (Intel Mac OS X)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.225.1365303222.3114.python-list@python.org> (permalink)
Lines 29
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1365303222 news.xs4all.nl 6866 [2001:888:2000:d::a6]:60147
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:42970

Show key headers only | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web