From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: gimp scripting support Date: Tue, 18 Aug 2015 17:42:35 +0200 Message-ID: <87si7gob6c.fsf@gnu.org> References: <20150801192555.GA7998@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRj27-00061r-9R for guix-devel@gnu.org; Tue, 18 Aug 2015 11:42:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRj26-0007ez-9b for guix-devel@gnu.org; Tue, 18 Aug 2015 11:42:39 -0400 In-Reply-To: <20150801192555.GA7998@debian> (Andreas Enge's message of "Sat, 1 Aug 2015 21:25:55 +0200") 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 , Federico Beffa Andreas Enge skribis: > 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? Speaking of which, there=E2=80=99s something funny to investigate: --8<---------------cut here---------------start------------->8--- $ guix size gimp store item total s= elf /gnu/store/bk929m5h0h7rh1isk6zr4zv707gjg1kd-gimp-2.8.14 712.5 = 68.3 9.6% /gnu/store/h73zg9bbgc91v6c9kb2694y6685cqyji-gtk+-2.24.28 548.3 = 35.6 5.0% /gnu/store/6mdkf8ryzs6k61kl4jhphz5r920ximvp-cups-2.0.3 343.6 = 12.1 1.7% /gnu/store/6sw6jp3hyld0zah16kdvpppfjwi5k27d-cups-filters-1.0.71 328.2 = 2.8 0.4% /gnu/store/v0l3a5da32cmrd7l5lhrh9c5vlz7vmn3-python-wrapper-3.4.3 265.0 = 0.0 0.0% /gnu/store/9iannnxg7mfnz6misi4nf1q8avdjrlzr-python-3.4.3 265.0 = 96.2 13.5% /gnu/store/qlf4k2b81wms6avlyny7hix175asg8kg-python-2.7.10 245.9 = 77.2 10.8% --8<---------------cut here---------------end--------------->8--- The two Pythons end up being pulled, uh! Ludo=E2=80=99.