guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: Add python2-qrcode


From: Daniel Pimentel
Subject: [PATCH] gnu: Add python2-qrcode
Date: Thu, 23 Jun 2016 13:41:16 -0300
User-agent: Roundcube Webmail/1.1.2

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).

--
Daniel Pimentel (aka d4n1)

Attachment: 0002-gnu-add-python2-qrcode.patch
Description: Text Data


reply via email to

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