From: ludo@gnu.org (Ludovic Courtès)
To: Cyril Roelandt <tipecaml@gmail.com>
Cc: bug-guix@gnu.org
Subject: Re: Python: Zlib support
Date: Wed, 03 Apr 2013 10:35:33 +0200 [thread overview]
Message-ID: <87zjxgqaei.fsf@gnu.org> (raw)
In-Reply-To: <515B227D.7020905@gmail.com> (Cyril Roelandt's message of "Tue, 02 Apr 2013 20:25:01 +0200")
Cyril Roelandt <tipecaml@gmail.com> 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’.
next prev parent reply other threads:[~2013-04-03 8:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-02 14:32 Python: Zlib support Nikita Karetnikov
2013-04-02 18:25 ` Cyril Roelandt
2013-04-03 4:00 ` Nikita Karetnikov
2013-04-03 8:35 ` Ludovic Courtès [this message]
2013-04-03 21:33 ` [PATCH] gnu: Fix zlib support in Python Cyril Roelandt
2013-04-04 8:12 ` Nikita Karetnikov
2013-04-05 22:45 ` [PATCH] gnu: Python: fix the compilation of some modules from the standard library Cyril Roelandt
2013-04-06 14:09 ` Ludovic Courtès
2013-04-06 18:48 ` [PATCH] gnu: Python: enable the dbm module Cyril Roelandt
2013-04-06 22:39 ` Ludovic Courtès
2013-04-07 14:11 ` [PATCH] gnu: Python: fix the compilation of some modules from the standard library Cyril Roelandt
2013-04-07 14:29 ` Ludovic Courtès
2013-04-15 20:39 ` [PATCH] gnu: Python: bump to version 2.7.4 Cyril Roelandt
2013-04-15 21:47 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zjxgqaei.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=bug-guix@gnu.org \
--cc=tipecaml@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.