How to make a python file to a DLL?

F

Fredrik Lundh

many_years_after said:
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>
 
L

Larry Bates

many_years_after said:
Any solution?

Thanks.
You can certainly make python program/function into a COM object
which can be called from other languages quite easily and I think
is the more preferred method in newer software. py2exe has
examples of creating COM objects.

-Larry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top