Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!ecngs!feeder.ecngs.de!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: 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; 'subject:Python': 0.05; 'skip:/ 40': 0.07; 'python': 0.08; 'subject:2.7': 0.09; 'subject:successfully': 0.09; 'error:': 0.10; 'output': 0.10; '2.7': 0.13; 'why.': 0.15; 'failed.': 0.16; 'subject:installing': 0.16; 'trying': 0.21; 'subject:not': 0.21; 'debian': 0.23; 'command': 0.24; 'shell': 0.24; "i'm": 0.26; 'message- id:@mail.gmail.com': 0.28; 'installing': 0.29; 'tail': 0.30; "i've": 0.31; 'hi,': 0.32; 'received:209.85.161.46': 0.32; 'received:mail-fx0-f46.google.com': 0.32; 'to:addr:python-list': 0.34; 'copying': 0.35; 'install': 0.35; 'file': 0.36; 'received:209.85.161': 0.36; 'but': 0.37; 'run': 0.37; 'received:google.com': 0.37; 'another': 0.37; 'could': 0.37; 'using': 0.38; 'received:209.85': 0.38; 'help': 0.39; 'received:209': 0.40; 'to:addr:python.org': 0.40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=k0TI+yXgOcfdTea1F7C4ilqzIu/Q3cyWe6+JZQEpW7E=; b=iMgDvIGb0aQT7GIA6JMDFIq/NhffZXqM16bpcSH4KwPqlLIqrwBB1HJtuKAJSn6H5Z b2oL0tnWNq2+6wpauIwFXm7yO4CJR4lnd6MEAeevk2F0kc3sWS+zPNKuTx5EEBEzIWTq zIVYq+QKj5TF2ZnJ5fYuvZdYQKEXszZSeWiOg= MIME-Version: 1.0 Date: Mon, 5 Dec 2011 21:16:30 +0300 Subject: Pythonbrew is not installing Python 2.7 successfully From: Patrick Wayodi To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1323108993 news.xs4all.nl 6851 [2001:888:2000:d::a6]:55566 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16676 Hi, I'm trying to install Python 2.7 using Pythonbrew on a Debian GNU/Linux system, but I've failed. This is the output I got on my terminal: root@debian:~# pythonbrew install /home/guest/python27 Copying /home/guest/python27 into /root/.pythonbrew/build/Python-python27 This could take a while. You can run the following command on another shell to track the status: tail -f /root/.pythonbrew/log/build.log Installing Python-python27 into /root/.pythonbrew/pythons/Python-python27 ERROR: Failed to install Python-python27. See /root/.pythonbrew/log/build.log to see why. pythonbrew install --force python27 root@debian:~# The log file build.log was empty. Please help me. Patrick.