Creating a PYD file
Stefan Behnel
stefan_ml at behnel.de
Mon Aug 23 06:34:45 EDT 2010
More information about the Python-list mailing list
Mon Aug 23 06:34:45 EDT 2010
- Previous message (by thread): Creating a PYD file
- Next message (by thread): Creating a PYD file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Creating a PYD file
- Next message (by thread): Creating a PYD file
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list