Compile python code into a dll

Miki Tebeka miki.tebeka at gmail.com
Mon Sep 10 09:11:02 EDT 2012


> I have Python code that I would like to compile into a dll (I have to 
See http://docs.python.org/extending/embedding.html. You can pack your code in a zip file and load it from the DLL entry point (something like what py2exe does).

See also the Freeze tool - http://wiki.python.org/moin/Freeze.

HTH,
--
Miki (http://pythonwise.blogspot.com/)



More information about the Python-list mailing list