On Mon, Feb 3, 2014 at 12:48 PM, Chris Angelico <ros...@gmail.com> wrote:
> On Tue, Feb 4, 2014 at 2:50 AM, Christian Heimes <christ...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to