[Python-Dev] Re: [Pythonmac-SIG] Need some hands to debug MacPython installer
Steven D. Majewski
sdm7g@virginia.edu
Fri, 8 Sep 2000 20:23:45 -0400 (EDT)
On Sat, 9 Sep 2000, Jack Jansen wrote:
> All feedback is welcome, of course, but I'm especially interested in
> hearing which things I've forgotten (if people could check that
> expected new modules and such are indeed there), and which bits of the
> documentation (in Mac:Demo) needs massaging. Oh, and bugs of course,
> in the unlike event of there being any:-)
Install went smoothly. I haven't been following the latest developments,
so I'm not sure if this is SUPPOSED to work yet or not, but:
Python 2.0b1 (#64, Sep 8 2000, 23:37:06) [CW PPC w/GUSI2 w/THREADS]
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
[...]
>>> import thread
>>> import threading
Traceback (most recent call last):
File "<input>", line 1, in ?
File "Work:Python 2.0preb1:Lib:threading.py", line 538, in ?
_MainThread()
File "Work:Python 2.0preb1:Lib:threading.py", line 465, in __init__
import atexit
ImportError: No module named atexit
(I'll try exercising some old scripts and see what else happens.)
---| Steven D. Majewski (804-982-0831) <sdm7g@Virginia.EDU> |---
---| Department of Molecular Physiology and Biological Physics |---
---| University of Virginia Health Sciences Center |---
---| P.O. Box 10011 Charlottesville, VA 22906-0011 |---
"All operating systems want to be unix,
All programming languages want to be lisp."