+ 3
Can i compile cython code to .EXE?
3 Respostas
+ 20
Julian, try to rewrite all your programs into only one main file. You can still write separate programs in separate files but don't forget to import them to your final program file and then convert it to .exe.
+ 2
r8w9 is there also a way to do it with mulitple files, with for e.g a main.py as the file that runs?