Importing libs on Windows?

Gary Herron gherron at islandtraining.com
Thu Aug 12 19:46:38 EDT 2010


On 08/12/2010 04:09 PM, 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?
>
> Thanks, in advance!
>
>

Look at the Python module named ctypes:
    http://docs.python.org/library/ctypes.html

Gary Herron





More information about the Python-list mailing list