[Pyrex] Using Visual C++

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Jan 31 10:24:56 CET 2009


Navid Parvini wrote:

> I have written a code named first.pyx and then used "pyrex.py" to created "first.c"
> file but now I want to know how can I create "first.dll" file by using "Visual C++".

The easiest way is to use distutils. Create a setup.py that
turns first.c into an extension module in the usual way.

-- 
Greg



More information about the Pyrex mailing list