[Python-Dev] continuations for the curious
M.-A. Lemburg
mal@lemburg.com
Tue, 27 Jul 1999 14:27:55 +0200
Sam Rushing wrote:
>
> +-----------------------------------------------------------------
> | For those folks (like me) that were confused about where to get
> | all the necessary files for building the latest Stackless Python,
> | here's the procedure:
Thanks... this guide made me actually try it ;-)
> |
> | 1) unwrap a fresh copy of 1.5.2
> | 2) unzip
> | http://www.pns.cc/anonftp/pub/stackless_990713.zip
> | on top of it
> | 3) then, unzip
> | ftp://ftp.pns.cc/pub/veryfar.zip
> | on top of that
It seems that Christian forgot the directory information in this ZIP
file. You have to move the continuationmodule.c file to Modules/
by hand.
> | 4) add "continuation continuationmodule.c" to Modules/Setup
--
Marc-Andre Lemburg
______________________________________________________________________
Y2000: 157 days left
Business: http://www.lemburg.com/
Python Pages: http://www.lemburg.com/python/