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 python@2
$ 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