[Stackless] Stackless Python 2.7.4rc2 available

Richard Tew richard.m.tew at gmail.com
Mon May 6 03:52:17 CEST 2013


On Mon, May 6, 2013 at 8:59 AM, Anselm Kruis
<a.kruis at science-computing.de> wrote:
> Source:
> - Check out the source from mercurial:
>   $ clone -r v2.7.4rc2-slp http://hg.python.org/stackless
> - Or download the source archive from www.stackless.com

I am using mingw.

1) If I download the mainline Python 2.7.4 release tarball and
configure, and make, it will proceed to build.

gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-protot
ypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Modules/python.o ./Modules/
python.c
gcc -c -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-protot
ypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Parser/acceler.o Parser/acc
eler.c
...

2) If I clone Stackless and update to 2.7.4rc2-slp, configure, and
make, it will not proceed to build. This also happens if I "hg
archive", so isn't a special "in repo directory" behaviour that
someone's dreamed up.

/bin/mkdir -p Include
./Parser/asdl_c.py -h Include ./Parser/Python.asdl
/usr/bin/env: python: No such file or directory
make: *** [Include/Python-ast.h] Error 127

Cheers,
Richard.



More information about the Stackless mailing list