From owner-freebsd-ports@FreeBSD.ORG Wed Sep 29 06:16:51 2004 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 46F6816A4CE for ; Wed, 29 Sep 2004 06:16:51 +0000 (GMT) Received: from smaug.vex.net (smaug.vex.net [66.96.28.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22F6543D4C for ; Wed, 29 Sep 2004 06:16:51 +0000 (GMT) (envelope-from guy-dated-1099030597.3d706d@obstruction.com) Received: from chaos.obstruction.com (CPE00e018983b2f-CM013349903124.cpe.net.cable.rogers.com [65.48.209.174]) by smaug.vex.net (Postfix) with ESMTP id 3309026767 for ; Wed, 29 Sep 2004 02:16:50 -0400 (EDT) Received: by chaos.obstruction.com (Postfix, from userid 1000) id 1F6B25C6D; Wed, 29 Sep 2004 02:16:38 -0400 (EDT) Received: by chaos.obstruction.com (tmda-sendmail, from uid 1000); Wed, 29 Sep 2004 02:16:37 -0400 (EDT) Date: Wed, 29 Sep 2004 02:16:36 -0400 To: ports@FreeBSD.org Message-ID: <20040929061636.GA50960@chaos.obstruction.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i From: Guy Middleton X-Delivery-Agent: TMDA/1.0.3 (Seattle Slew) Subject: python builds without 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: Wed, 29 Sep 2004 06:16:51 -0000 On a 5.3-BETA5 system, built Python from the port, tkinter appears to be missing: $ python Python 2.3.4 (#2, Sep 29 2004, 02:13:43) [GCC 3.4.2 [FreeBSD] 20040728] on freebsd5 Type "help", "copyright", "credits" or "license" for more information. >>> import Tkinter Traceback (most recent call last): File "", line 1, in ? File "/usr/local/lib/python2.3/lib-tk/Tkinter.py", line 38, in ? import _tkinter # If this fails your Python may not be configured for Tk ImportError: No module named _tkinter >>> The system has tcl8.4 and tk8.4 installed, I thought the Python port would be able to find these.