Compile python code into a dll
Miki Tebeka
miki.tebeka at gmail.com
Mon Sep 10 09:11:02 EDT 2012
More information about the Python-list mailing list
Mon Sep 10 09:11:02 EDT 2012
- Previous message (by thread): Compile python code into a dll
- Next message (by thread): Compile python code into a dll
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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/)
- Previous message (by thread): Compile python code into a dll
- Next message (by thread): Compile python code into a dll
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list