I know what the Keaton goal is. This is for writing compiled C extensions in Python to speed up your code. What I would like to know (and cannot find using my google-fu) is that Cython can somehow compile into an executable format, as it already seems to break Python code into C.
I already use Py2Exe, which is just a packer, but I'm interested in using it to compile to something a little harder to unzip (everything that is packed with Py2EXE can basically just be extracted using 7zip, which I don't want)
It seems if this is not possible, my next alternative is simply to compile all my code and load it as a module, and then a package that uses py2exe at least to get most of my code into a compiled form, right?
python compilation cython
ThantiK Apr 05 '10 at 23:34 2010-04-05 23:34
source share