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


Groups > comp.lang.python > #65367

Re: Problems compiling Python 3.4 on Ubuntu

References (1 earlier) <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> <CAKJDb-MgjXHGBJ_JqTC9QfSaficBiJqhs8ueVGpZtwM3XVTGjQ@mail.gmail.com>
Date 2014-02-04 06:11 +1100
Subject Re: Problems compiling Python 3.4 on Ubuntu
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.6359.1391454668.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, Feb 4, 2014 at 6:05 AM, Zachary Ware
<zachary.ware+pylist@gmail.com> wrote:
> 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.

Ah, that would be it, thanks. I just remembered I'd recently used
build-dep across versions and had to get something involving data
compression. Went digging for stuff starting with 'z', but missed this
because, well, it doesn't start with 'z' :) Thanks.

ChrisA

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