Dynamic Link Library

Andreas Kostyrka andreas at kostyrka.org
Tue Dec 6 01:38:17 EST 2005


Am Montag, den 05.12.2005, 21:30 -0500 schrieb Ervin J. Obando:
> Hi everyone,
> 
> Apologies if my question is a bit novice-ish. I was wondering if there 
> was a way of creating a Dynamic Link Library with Python.

Probably yes. But why would you want to do that? Actually the way would
be to create an interface module with public cdef'ed functions in Pyrex,
and embed Python in your DLL.

But it's certainly not something you want to try when you ask this kind
of questions, it's a headache.

Andreas

> 
> Please provide any answers you may have.
> 
> Warmest Regards,
> 
> musicdev
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://mail.python.org/pipermail/python-list/attachments/20051206/692b038d/attachment.sig>


More information about the Python-list mailing list