[Pythonmac-SIG] stackless/uthreads/continuation
Just van Rossum
just@letterror.com
Thu, 19 Oct 2000 09:35:06 +0100
At 12:47 PM -0700 18-10-2000, Craig Amundsen wrote:
>Hello -
>
>I've been wanting to mess around with microthreads for a while now, so
>when Just
>made a Mac version of Stackless available (Thanks!) I went and grabbed it and
>uthread.py. I'm having a spot of trouble getting into the microtheads,
>though. One
>of the first lines of code in uthread.py is 'import continuation'. I've
>searched around
>a bit and can't locate anything called continuation on my machine, or any
>promising
>files on the net to use either. Does anyone have any suggestions how I
>might continue?
The continuation module is a builtin module, that lives inside the
stackless PythonCore. It sounds like stackless hasn't been installed
properly yet. Maybe my instructions weren't complete: you'll probably have
to run the ConfigurePython applet afterwards. If you start the interpreter
or the IDE, the Python version number should be 1.5.42+.
Just