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


Groups > comp.lang.python > #65341

Re: Problems compiling Python 3.4 on Ubuntu

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1391442641; bh=asR83NLF5ijnkcomWm8lK+E2va8/902/0TkAfW3r6ZM=; h=To:From:Subject:Date:References:In-Reply-To:From; b=ClTnsd5pdKu9Qr/WMMcMlwkXwYK7WqKrfoDn7ZcdljnQx0pHg9dIdO5IWXwklSc27 QSLPqnrfOese7j6JTNq7sO3QVHbgZtHHsTE+GRbxy7KGXlcTJ49gbC06rjfMNQWRqY 9DJVb0tI5iTjZHmUXdNsDkbt0np3yOld812iS/FU=
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'from:name:christian heimes': 0.16; 'luck!': 0.16; 'rachum': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:Problems': 0.16; 'sudo': 0.16; 'ubuntu.': 0.16; 'from:addr:python.org': 0.16; 'wrote:': 0.18; 'install': 0.23; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'ram': 0.36; 'thanks': 0.36; 'christian': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; '3.4': 0.84; 'apt-get': 0.84; 'build-dep': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Christian Heimes <christian@python.org>
Subject Re: Problems compiling Python 3.4 on Ubuntu
Date Mon, 03 Feb 2014 16:50:22 +0100
References <61de065c-ad66-4752-b04f-a27a06bc052d@googlegroups.com> <20140203110816.GA7423@arxnet.hu> <CANXboVbA_0J8-gNqy0-2Our_C2B_78aDGLmJ=m88mYt8vgs2Rg@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host 212.12.46.3
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
In-Reply-To <CANXboVbA_0J8-gNqy0-2Our_C2B_78aDGLmJ=m88mYt8vgs2Rg@mail.gmail.com>
X-Enigmail-Version 1.5.2
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.6342.1391442642.18130.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1391442642 news.xs4all.nl 2948 [2001:888:2000:d::a6]:53282
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:65341

Show key headers only | View raw


On 03.02.2014 16:14, Ram Rachum wrote:
> Worked! Thanks Ervin!

   $ sudo apt-get build-dep python3.3

will install everything you need to compile Python 3.4 on Debian and
Ubuntu. Good luck! :)

Christian

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


Thread

Problems compiling Python 3.4 on Ubuntu cool-RR <ram.rachum@gmail.com> - 2014-02-03 02:50 -0800
  Re: Problems compiling Python 3.4 on Ubuntu Ervin Hegedüs <airween@gmail.com> - 2014-02-03 12:08 +0100
  Re: Problems compiling Python 3.4 on Ubuntu Ram Rachum <ram.rachum@gmail.com> - 2014-02-03 17:14 +0200
    Re: Problems compiling Python 3.4 on Ubuntu Rustom Mody <rustompmody@gmail.com> - 2014-02-03 07:51 -0800
  Re: Problems compiling Python 3.4 on Ubuntu Christian Heimes <christian@python.org> - 2014-02-03 16:50 +0100
  Re: Problems compiling Python 3.4 on Ubuntu Chris Angelico <rosuav@gmail.com> - 2014-02-04 05:48 +1100
  Re: Problems compiling Python 3.4 on Ubuntu Zachary Ware <zachary.ware+pylist@gmail.com> - 2014-02-03 13:05 -0600
  Re: Problems compiling Python 3.4 on Ubuntu Chris Angelico <rosuav@gmail.com> - 2014-02-04 06:11 +1100
    Re: Problems compiling Python 3.4 on Ubuntu Rustom Mody <rustompmody@gmail.com> - 2014-02-03 18:34 -0800
      Re: Problems compiling Python 3.4 on Ubuntu Chris Angelico <rosuav@gmail.com> - 2014-02-04 13:45 +1100

csiph-web