Importing libs on Windows?
Tycho Andersen
tycho at tycho.ws
Thu Aug 12 21:40:30 EDT 2010
On Thu, Aug 12, 2010 at 04:09:10PM -0700, Brian Salter wrote:
> I've seen a number of tutorials that describe how to bring in a dll
> in python, but does anybody know of a tutorial for how to bring in a
> lib? Is it even possible?
I don't know if it's possible, but why do you want to do it? .lib
files in Windows are static libraries, which traditionally aren't
loaded dynamically. Is there some reason you can't use a DLL?
\t
More information about the Python-list
mailing list