Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 May 2004 15:08:47 -0500
From:      Jason Dusek <jason-dusek@uiowa.edu>
To:        Python FreeBSD <freebsd-python@freebsd.org>
Subject:   IDLE broken
Message-ID:  <1085774927.81275.2.camel@violet.physics.uiowa.edu>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1085774927.81275.2.camel>