Hi Kitsu, I started doing some experiments with Pyrex compiling too; I followed your procedure but the compiling step fails on me.
First I process the .pyx file to produce a .c source: the first line of this generated file is
#include "python.h"
python.h contains a line
#include...