Importing libs on Windows?

Nobody nobody at nowhere.com
Fri Aug 13 01:39:50 EDT 2010


On Thu, 12 Aug 2010 16:09:10 -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?

No. ctypes relies upon the OS to actually load the library, and the OS
doesn't provide any mechanism to load a ".lib" file.





More information about the Python-list mailing list