Creating a PYD file

Stefan Behnel stefan_ml at behnel.de
Mon Aug 23 06:34:45 EDT 2010


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




More information about the Python-list mailing list