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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to