From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: [PATCH] gnu: Add python2-qrcode Date: Fri, 24 Jun 2016 09:45:49 +1000 Message-ID: <576C74AD.8070707@uq.edu.au> References: <37a4098c2f54e331321179bc1dca5a59@d4n1.org> <20160614195101.GA32427@khazad-dum> <90180b476cac6c8eea4c3aff7b214d83@d4n1.org> <57632348.7020101@uq.edu.au> <5764DCCF.2070508@uq.edu.au> <046cc7d49648b5b1977cbebffa29ac97@d4n1.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGEK0-0006Om-27 for guix-devel@gnu.org; Thu, 23 Jun 2016 19:46:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGEJw-0005QM-1I for guix-devel@gnu.org; Thu, 23 Jun 2016 19:46:08 -0400 Received: from mailhub1.soe.uq.edu.au ([130.102.132.208]:48050 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGEJv-0005PC-Dv for guix-devel@gnu.org; Thu, 23 Jun 2016 19:46:03 -0400 In-Reply-To: <046cc7d49648b5b1977cbebffa29ac97@d4n1.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Daniel Pimentel Cc: guix-devel@gnu.org 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