bug-guix
[Top][All Lists]
Advanced

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

Re: Python: Zlib support


From: Cyril Roelandt
Subject: Re: Python: Zlib support
Date: Tue, 02 Apr 2013 20:25:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

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

Cyril.



reply via email to

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