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.