2019-08-12 21:17:32

so, i am currently working on a project and i have decided to cythonize my program, i have generated the .c file successfully, but now how will i be able to compile it into a windows executable, my attempts were not successful as MinGW needs includes that i don't know where to find, so if anyone has been through this, how would i be able to get the includes that i need in order to build this program

2019-08-12 22:18:17

The Cython docs should actually explain everything you need to get yourself going:
Just click here
Best Regards.
Hijacker

2019-08-13 07:06:44

hi,
I recommend you to write a setup script and use it. then python will take care of it.