Making a DLL with python?

Larry Bates lbates at syscononline.com
Thu Mar 31 09:42:21 EST 2005


I don't think you can make a .DLL (but someone else might).

Why can't you use a COM server?  MS seems to have written
some pretty sophisticated software using COM objects.
Almost all languages can dispatch a COM object easily.

-Larry

jppx1 at bigfoot.com wrote:
> Can I use python to make a regular Windows DLL that will be called from
> other programs?
> 
> I know I can use the win32 extensions to make a COM server, but I need
> a straight DLL.
> 
> Regards,
> Phillip
> ------------------------------------------------------------------------
> Phillip Piper
> A man's life does not consist in the abundance of his possessions
> 



More information about the Python-list mailing list