From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: gimp scripting support Date: Sat, 1 Aug 2015 21:25:55 +0200 Message-ID: <20150801192555.GA7998@debian> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLcPz-00035d-OP for guix-devel@gnu.org; Sat, 01 Aug 2015 15:26:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLcPv-0004fE-Kf for guix-devel@gnu.org; Sat, 01 Aug 2015 15:26:03 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:62624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLcPv-0004f8-Ag for guix-devel@gnu.org; Sat, 01 Aug 2015 15:25:59 -0400 Content-Disposition: inline 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: Federico Beffa Cc: Guix-devel 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? Andreas