From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: gimp scripting support Date: Sat, 1 Aug 2015 22:12:02 +0200 Message-ID: References: <20150801192555.GA7998@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLd8W-0008No-07 for guix-devel@gnu.org; Sat, 01 Aug 2015 16:12:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLd8V-0005mu-2K for guix-devel@gnu.org; Sat, 01 Aug 2015 16:12:03 -0400 Received: from mail-ig0-x233.google.com ([2607:f8b0:4001:c05::233]:37031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLd8U-0005ml-Tf for guix-devel@gnu.org; Sat, 01 Aug 2015 16:12:02 -0400 Received: by igbpg9 with SMTP id pg9so35674464igb.0 for ; Sat, 01 Aug 2015 13:12:02 -0700 (PDT) In-Reply-To: <20150801192555.GA7998@debian> 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: Andreas Enge Cc: Guix-devel On Sat, Aug 1, 2015 at 9:25 PM, Andreas Enge wrote: > On Sat, Aug 01, 2015 at 06:01:19PM +0200, Federico Beffa wrote: >> Also, installing pygtk in my profile is not enough. This is because I >> do use python-3, while gimp uses python-2. For this reason PYTHONPATH >> doesn't work with gimp and I can't change it. > > Could gimp be built with python 3? Actually making pygtk a propagated-input is probably not necessary and should better be avoided... Building with Python 3 doesn't really solve the problem, because if somebody chooses to use Python 2 in his profile then it would have a similar problem. Fede