From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#20889: python Tkinter Date: Mon, 06 Jul 2015 12:21:11 +0200 Message-ID: <87wpyd4meg.fsf@gnu.org> References: <55972A09.9020508@gmail.com> <87fv52rjso.fsf@gnu.org> <5599B21D.60008@gmail.com> 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]:38649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC3XH-0006k2-Qt for bug-guix@gnu.org; Mon, 06 Jul 2015 06:22:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZC3XG-00040c-8f for bug-guix@gnu.org; Mon, 06 Jul 2015 06:22:03 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:40039) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC3XG-000407-5B for bug-guix@gnu.org; Mon, 06 Jul 2015 06:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZC3XF-00044L-Ps for bug-guix@gnu.org; Mon, 06 Jul 2015 06:22:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Federico Beffa's message of "Mon, 6 Jul 2015 09:27:24 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Federico Beffa Cc: 20889@debbugs.gnu.org Federico Beffa skribis: > On Mon, Jul 6, 2015 at 12:39 AM, Cyril Roelandt wrot= e: >> On 07/05/2015 12:16 PM, Ludovic Court=C3=A8s wrote: >>> I=E2=80=99m asking because it might be that we could keep the default P= ython >>> without Tk, and only use the Tk-enabled Python for the few packages that >>> need it, if it=E2=80=99s rare enough. >> >> No, we do not want that. Users who install Python expect to be able to >> import tkinter, since it is part of the standard library. > > I agree with Cyril. OK. Then we effectively need to proceed as you suggest: Build python-minimal (which does not depend on Tk), build Tk, and then build python. But we should make sure that python-minimal is not retained, if possible. Ludo=E2=80=99.