How to make a python file to a DLL?

Fredrik Lundh fredrik at pythonware.com
Thu Nov 16 03:11:58 EST 2006


many_years_after wrote:

> Any solution?

python modules are usually shipped in ZIP archives, not DLLs.  if you 
really need a DLL, you can use "freeze" and some custom hacking.  or 
bytecode resources, and some more custom hacking.

</F>




More information about the Python-list mailing list