No threads in MacPython 1.5.2?

Just van Rossum just at letterror.com
Sat Apr 8 13:23:48 EDT 2000


At 6:02 PM +0000 07-04-2000, Gregory L. Hansen wrote:
>My Python can find Tkinter now, thanks for the help.  But now it can't
>find the module named "thread".  And yet there it is in the Lib folder,
>thread.py

Erm, there is no such module as thread.py.

>and threading.py, and the search path $(PYTHON):Lib is set for
>it.
>
>Now what's wrong?

Nothing: MacPython is currently not built with thread support. That's not
so much because the OS like Christian suggested, but rather that there was
no posix-compatible thread implementation available, making Python
integration hard. However, this has changed with GUSI2 (a posixey I/O
emulation library), and the upcoming MacPython 1.6a1 *does* have threads. I
haven't seen it yet, so I don't know how well it works. Subscribe to the
pythonmac-sig, and you'll soon find out!

(In the meantime I have microthreads running like a charm, thanks to
Stackless Python ;-)

Just






More information about the Python-list mailing list