Importing libs on Windows?

2010-08-12 Thread Brian Salter
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!


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


Re: Importing libs on Windows?

2010-08-12 Thread Brian Salter
It appears that every example is calling a dll, and I'm looking to bring in 
a lib.  Does ctypes work with libs too?


"Gary Herron"  wrote in message 
news:mailman.2044.1281656800.1673.python-l...@python.org...

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



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