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


Groups > comp.lang.python > #65365

Re: Problems compiling Python 3.4 on Ubuntu

Path csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <zachary.ware@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.041
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.06; 'python': 0.11; 'luck!': 0.16; 'rachum': 0.16; 'subject:Problems': 0.16; 'sudo': 0.16; 'ubuntu.': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'library': 0.18; 'feb': 0.22; '>>>': 0.22; 'to:name:python-list@python.org': 0.22; 'install': 0.23; 'module,': 0.24; 'mon,': 0.24; 'nearly': 0.26; 'gets': 0.27; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; '3.2': 0.31; 'though.': 0.31; 'received:google.com': 0.35; 'there': 0.35; 'ram': 0.36; 'thanks': 0.36; 'requirements': 0.37; 'christian': 0.38; 'needed': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; "you're": 0.61; 'more': 0.64; '3.4': 0.84; 'apt-get': 0.84; 'build-dep': 0.84; 'everything,': 0.84; 'technically': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=cYjUTSEIiyy9uTNCdynP7DeIK8AsZBkeiSbG1XuEskQ=; b=b/4iGUnYuBwVsS7kKW2DdS/dPIOZUd+Rn/DYP5lhrpUNzgG4HodBbbPrspOJ1++ibc QYIiz/Mf61r5gwDUwhYZJMA8KqP+4AB7BeKS2w5zooYnRSvEMcflxXKSW1Og9vlIeGmk j7cHbttVnlAZzd3yz0KCbBeThseOU54cOtMwoo2SDYAB5GuAsU6/1/Mj3fe0bRzuu4xh NHouRga2Prk7loSKiBMGPaWyB5BeKcy1dQWQpnFxLNJbkZruCaakfQrJN93hIjD5cCrY T02TtrHSTGCv//fLv5e29e08RypZRMp7EdNpOwbJx22bHmbVUrwLKQ2L+JC3qjOHfyE6 OizA==
X-Received by 10.204.251.67 with SMTP id mr3mr10711417bkb.11.1391454360346; Mon, 03 Feb 2014 11:06:00 -0800 (PST)
MIME-Version 1.0
Sender zachary.ware@gmail.com
In-Reply-To <CAPTjJmpNWro71G+BK10+0nZWicXBx8kQsgj8THkV5DTL_7Y39A@mail.gmail.com>
References <61de065c-ad66-4752-b04f-a27a06bc052d@googlegroups.com> <20140203110816.GA7423@arxnet.hu> <CANXboVbA_0J8-gNqy0-2Our_C2B_78aDGLmJ=m88mYt8vgs2Rg@mail.gmail.com> <lcodrh$88s$1@ger.gmane.org> <CAPTjJmpNWro71G+BK10+0nZWicXBx8kQsgj8THkV5DTL_7Y39A@mail.gmail.com>
From Zachary Ware <zachary.ware+pylist@gmail.com>
Date Mon, 3 Feb 2014 13:05:40 -0600
X-Google-Sender-Auth tkjww-KF4dInQh01JJP17YM0nTk
Subject Re: Problems compiling Python 3.4 on Ubuntu
To "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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.6357.1391454368.18130.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1391454368 news.xs4all.nl 2887 [2001:888:2000:d::a6]:41135
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:65365

Show key headers only | View raw


On Mon, Feb 3, 2014 at 12:48 PM, Chris Angelico <rosuav@gmail.com> wrote:
> On Tue, Feb 4, 2014 at 2:50 AM, Christian Heimes <christian@python.org> wrote:
>> 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! :)
>
> Technically that gets everything you need to compile Python 3.3...
> wasn't there one more library needed for 3.4? It's still an excellent
> way to get nearly everything, though.

I think you're thinking of 3.2 -> 3.3.  3.3 added the lzma module,
which requires lzma-dev.  I think 3.4 has the same requirements as
3.3.

-- 
Zach

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