From owner-freebsd-ports@FreeBSD.ORG Thu Sep 25 02:04:58 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 991BD16A4B3 for ; Thu, 25 Sep 2003 02:04:58 -0700 (PDT) Received: from mail.caraldi.com (caraldi.com [62.212.102.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE8534400B for ; Thu, 25 Sep 2003 02:04:57 -0700 (PDT) (envelope-from jbq@caraldi.com) Received: from watt.intra.caraldi.com (watt.intra.caraldi.com [192.168.100.101]) by mail.caraldi.com (Postfix) with ESMTP id B8B9A211E for ; Thu, 25 Sep 2003 11:04:56 +0200 (CEST) Received: by watt.intra.caraldi.com (Postfix, from userid 1001) id E82F985; Thu, 25 Sep 2003 11:05:19 +0200 (CEST) Date: Thu, 25 Sep 2003 11:05:19 +0200 From: Jean-Baptiste Quenot To: freebsd-ports Message-ID: <20030925090517.GB83101@watt.intra.caraldi.com> Mail-Followup-To: freebsd-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: Python 2.3.1: idle requires tkinter X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 09:04:58 -0000 Hello, After upgrading to Python 2.3.1, I noticed that the program called idle bundled with Python since 2.3 did not work properly. In fact, py23-tkinter is needed for proper operation. As py23-tkinter depends on python, either idle should be removed from standard Python dist, or py23-tkinter should be bundled with it. The problem is that tkinter depends on Tk, and that Tk depends on X11. Any comments? -- Jean-Baptiste Quenot http://caraldi.com/jbq/