Thanks for the updated patch. In future would you mind sending the
whole patch like as attached? It just makes things easier - thanks.
Ok, thanks
I noticed that the sha256 did not change, so I changed the source
field. But perhaps more problematically, I couldn't get the example in
the README to work. Do you know if this is a problem with the library
itself or the packing of it?
$ ./pre-inst-env guix environment --pure --ad-hoc python2-qrcode
python@2
...
$ python
Python 2.7.10 (default, Jan 1 1970, 00:00:01)
[GCC 4.9.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import qrcode
img = qrcode.make('Some data here')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/gnu/store/n205hrfqrc0mp1csbh44mxpm19hrggld-profile/lib/python2.7/site-packages/qrcode-5.3-py2.7.egg/qrcode/main.py",
line 11, in make
File
"/gnu/store/n205hrfqrc0mp1csbh44mxpm19hrggld-profile/lib/python2.7/site-packages/qrcode-5.3-py2.7.egg/qrcode/main.py",
line 271, in make_image
File
"/gnu/store/n205hrfqrc0mp1csbh44mxpm19hrggld-profile/lib/python2.7/site-packages/qrcode-5.3-py2.7.egg/qrcode/image/pil.py",
line 8, in <module>
ImportError: No module named Image
I tried it and I had the same error. I'll try again and I'll fix it.
Thank you for your feedbacks.
--
Daniel Pimentel (aka d4n1)