I have an application with a number of .pyx modules (every single module is cythonised) and am looking to compile it to a single standalone .exe.
I've come across a number of instructions that give instructions for a single file, but I'm not quite sure how to translate this to compiling 10 .c modules into one.
Thank you very much for any advice