bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Python: Zlib support


From: Ludovic Courtès
Subject: Re: Python: Zlib support
Date: Wed, 03 Apr 2013 10:35:33 +0200
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.3 (gnu/linux)

Cyril Roelandt <address@hidden> skribis:

> On 04/02/2013 04:32 PM, Nikita Karetnikov wrote:
>> I'm trying to build Bazaar using 'python-build-system'.  Bazaar requires
>> Zlib (from Python) and I fail to find out how to build Python with Zlib.
>>
>> It should be possible to import it like so:
>>
>>    # python
>>    >>>  import zlib
>>
>
> This works for me:
>
> $ which python
> /home/cyril/.guix-profile/bin/python
>
> $ python -c "import zlib"; echo $?
> 0

Can you strace it to see which zlib gets loaded?

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]