[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’.
- Python: Zlib support, Nikita Karetnikov, 2013/04/02
- Re: Python: Zlib support, Cyril Roelandt, 2013/04/02
- Re: Python: Zlib support, Nikita Karetnikov, 2013/04/02
- Re: Python: Zlib support,
Ludovic Courtès <=
- [PATCH] gnu: Fix zlib support in Python., Cyril Roelandt, 2013/04/03
- Re: [PATCH] gnu: Fix zlib support in Python., Nikita Karetnikov, 2013/04/04
- [PATCH] gnu: Python: fix the compilation of some modules from the standard library., Cyril Roelandt, 2013/04/05
- Re: [PATCH] gnu: Python: fix the compilation of some modules from the standard library., Ludovic Courtès, 2013/04/06
- [PATCH] gnu: Python: enable the dbm module., Cyril Roelandt, 2013/04/06
- Re: [PATCH] gnu: Python: enable the dbm module., Ludovic Courtès, 2013/04/06
- [PATCH] gnu: Python: fix the compilation of some modules from the standard library., Cyril Roelandt, 2013/04/07
- Re: [PATCH] gnu: Python: fix the compilation of some modules from the standard library., Ludovic Courtès, 2013/04/07
- [PATCH] gnu: Python: bump to version 2.7.4., Cyril Roelandt, 2013/04/15
- Re: [PATCH] gnu: Python: bump to version 2.7.4., Ludovic Courtès, 2013/04/15