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.