Re: Dynamic Link Library

2005-12-06 Thread Larry Bates
I think py2exe can do this (most recent version), but you would be much better off creating a COM object and calling that from your other application. I KNOW that works quite well. -Larry Bates Ervin J. Obando wrote: > Hi everyone, > > Apologies if my question is a bit novice-ish. I was wonderi

Re: Dynamic Link Library

2005-12-05 Thread Andreas Kostyrka
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 crea