In order to install Pyrex 0.9.1.1 fine, i've done the following modification to the setup.py file : - add "import sys" at the beginning - add "linux2" in the list of UNIX-like platform (if sys.platform in ("unix", "darwin", "linux2"):) Jiba