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 >
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
-- http://mail.python.org/mailman/listinfo/python-list