From a8139d7d44a566c11ec62f3fe14f358f4f405980 Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 14 Feb 2007 13:24:47 +0100 Subject: [PATCH] [svn r38812] remove the exe for now and warn about missing greenlet support for win32 --HG-- branch : trunk --- py/doc/download.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/py/doc/download.txt b/py/doc/download.txt index eb2a14924..cf10d593c 100644 --- a/py/doc/download.txt +++ b/py/doc/download.txt @@ -11,15 +11,16 @@ The latest public release: `download py-0.9.0.tar.gz`_ `download py-0.9.0.zip`_ - `download py-0.9.0.exe`_ .. _`download py-0.9.0.tar.gz`: http://codespeak.net/download/py/py-0.9.0.tar.gz .. _`download py-0.9.0.zip`: http://codespeak.net/download/py/py-0.9.0.zip -.. _`download py-0.9.0.exe`: http://codespeak.net/download/py/py-0.9.0.zip The py lib can be `globally installed via setup.py`_ -or `used locally`_. +or `used locally`_. +WARNING: win32 there is no pre-packaged c-extension +module (greenlet) yet and thus greenlets will not work +out of the box. Getting (and updating) via subversion --------------------------------------------