From owner-freebsd-python@FreeBSD.ORG Fri May 28 13:09:17 2004 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F14516A4CE for ; Fri, 28 May 2004 13:09:17 -0700 (PDT) Received: from violet.physics.uiowa.edu (violet.physics.uiowa.edu [128.255.34.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3149643D2F for ; Fri, 28 May 2004 13:09:17 -0700 (PDT) (envelope-from jason-dusek@uiowa.edu) Received: from violet.physics.uiowa.edu (localhost.physics.uiowa.edu [127.0.0.1])i4SK8lXi094708 for ; Fri, 28 May 2004 15:08:47 -0500 (EST) (envelope-from jason-dusek@uiowa.edu) Received: (from jsn@localhost) by violet.physics.uiowa.edu (8.12.11/8.12.9/Submit) id i4SK8ls7094707 for freebsd-python@freebsd.org; Fri, 28 May 2004 15:08:47 -0500 (EST) (envelope-from jason-dusek@uiowa.edu) X-Authentication-Warning: violet.physics.uiowa.edu: jsn set sender to jason-dusek@uiowa.edu using -f From: Jason Dusek To: Python FreeBSD Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Physics Department Message-Id: <1085774927.81275.2.camel@violet.physics.uiowa.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 28 May 2004 15:08:47 -0500 Subject: IDLE broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jason-dusek@uiowa.edu List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 20:09:17 -0000 Hi Everyone, I tried to run IDLE for the first time yesterday, and it doesn't work. Here's what I get for an error: 5 jsn > idle Traceback (most recent call last): File "/usr/local/bin/idle", line 3, in ? from idlelib.PyShell import main File "/usr/local/lib/python2.3/idlelib/PyShell.py", line 11, in ? import threading File "/usr/local/lib/python2.3/threading.py", line 6, in ? import thread ImportError: No module named thread I reinstalled Python, ensuring that thread support was 'on' in the Makefile, but it still doesn't work (same error message). What's up? - Jason