How to make a python file to a DLL?

Larry Bates larry.bates at websafe.com
Thu Nov 16 18:49:17 EST 2006


many_years_after wrote:
> 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



More information about the Python-list mailing list