From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH] Add python2-seqmagick. Date: Tue, 22 Sep 2015 00:41:09 +0200 Message-ID: <56008785.1010900@gmail.com> References: <55FAA83C.3040403@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze9lr-0008TZ-VP for guix-devel@gnu.org; Mon, 21 Sep 2015 18:41:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ze9lo-0003pE-QL for guix-devel@gnu.org; Mon, 21 Sep 2015 18:41:15 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:33852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze9lo-0003p8-KM for guix-devel@gnu.org; Mon, 21 Sep 2015 18:41:12 -0400 Received: by wicfx3 with SMTP id fx3so167500480wic.1 for ; Mon, 21 Sep 2015 15:41:12 -0700 (PDT) Received: from [192.168.0.10] (tal33-3-82-233-82-24.fbx.proxad.net. [82.233.82.24]) by smtp.googlemail.com with ESMTPSA id gk9sm15701466wib.9.2015.09.21.15.41.10 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 Sep 2015 15:41:11 -0700 (PDT) In-Reply-To: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org On 09/17/2015 05:51 PM, Ricardo Wurmus wrote: > I > found that Python executables often require either propagated inputs or > wrapping in PYTHONPATH to work without runtime errors. Right. I usually have to grep the libraries to see whether they are actually imported in the program, or they are just used for tests/installation. Cyril.