guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add python2-qrcode


From: Ben Woodcroft
Subject: Re: [PATCH] gnu: Add python2-qrcode
Date: Fri, 24 Jun 2016 09:45:49 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0



On 24/06/16 02:41, Daniel Pimentel wrote:
In attach a full patch. Update URI with Pypi.

I tried:
./pre-inst-env guix environment --pure --ad-hoc python2-qrcode address@hidden
$ qr "Guix" > guix-qrcode.png

It's work.

But whent import by python shell using:
$ python
import qrcode
img = qrcode.make('Some data here')

Not work, probably problem with Pillow (PIL fork).

In cases like this I tend to test outside Guix and see if it works there, and if it doesn't work, then report the bug upstream.

OTOH, if it does work, then that points to something amiss with the Guix package or its dependencies.

Would you be able to test please? Given that this seems on the face of it to be a central part of this package it would be good to know why the package isn't working.
Thanks,
ben



reply via email to

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