Thomas Jollans, 19.08.2010 20:47: > On Thursday 19 August 2010, it occurred to Rony to exclaim: >> Is a PYD file created from Pyrex faster in execution then a PYD file >> created from python source ? > > How do you plan to create an extension module (*.so, *.pyd on Windows) from > Python source then? You can try to compile it using Cython. Stefan